Package | Description |
---|---|
com.iland.core.api.vbo | |
com.iland.core.web.rest.request.vbo | |
com.iland.core.web.rest.response.vbo |
Modifier and Type | Method and Description |
---|---|
static O365JobSchedulePolicyPeriodicallyEvery |
O365JobSchedulePolicyPeriodicallyEvery.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static O365JobSchedulePolicyPeriodicallyEvery[] |
O365JobSchedulePolicyPeriodicallyEvery.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
O365JobSchedulePolicyPeriodicallyEvery |
O365JobSchedulePolicyRequest.getPeriodicallyEvery()
Specifies the time interval between the job runs.
|
Constructor and Description |
---|
O365JobSchedulePolicyRequest(O365JobSchedulePolicyType type,
O365JobSchedulePolicyDailyType dailyType,
O365JobSchedulePolicyPeriodicallyEvery periodicallyEvery,
String dailyTime,
boolean retryEnabled,
int retryNumber,
int retryWaitInterval)
Create a O365 job schedule policy modification request.
|
Modifier and Type | Method and Description |
---|---|
O365JobSchedulePolicyPeriodicallyEvery |
O365JobSchedulePolicyResponse.getPeriodicallyEvery()
Returns the time interval between the job runs.
|
Constructor and Description |
---|
O365JobSchedulePolicyResponse(O365JobSchedulePolicyType type,
O365JobSchedulePolicyDailyType dailyType,
String dailyTime,
O365JobSchedulePolicyPeriodicallyEvery periodicallyEvery,
boolean backupWindowEnabled,
List<Boolean> backupWindow,
int backupWindowMinuteOffset,
boolean retryEnabled,
int retryNumber,
int retryWaitInterval) |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.