public final class O365JobSchedulePolicyResponse extends Object implements Serializable
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) |
Modifier and Type | Method and Description |
---|---|
List<Boolean> |
getBackupWindow() |
int |
getBackupWindowMinuteOffset() |
String |
getDailyTime()
Returns the time when the job will start.
|
O365JobSchedulePolicyDailyType |
getDailyType()
Returns the days when the backup job will run.
|
O365JobSchedulePolicyPeriodicallyEvery |
getPeriodicallyEvery()
Returns the time interval between the job runs.
|
int |
getRetryNumber()
Returns the number of attempts to run the backup job.
|
int |
getRetryWaitInterval()
Returns the time intervals between the job retry attempts (minutes).
|
O365JobSchedulePolicyType |
getType()
Returns the job schedule type.
|
boolean |
isBackupWindowEnabled() |
boolean |
isRetryEnabled()
Returns whether retry is enabled.
|
public O365JobSchedulePolicyResponse(O365JobSchedulePolicyType type, O365JobSchedulePolicyDailyType dailyType, String dailyTime, O365JobSchedulePolicyPeriodicallyEvery periodicallyEvery, boolean backupWindowEnabled, List<Boolean> backupWindow, int backupWindowMinuteOffset, boolean retryEnabled, int retryNumber, int retryWaitInterval)
public O365JobSchedulePolicyType getType()
O365JobSchedulePolicyType
public O365JobSchedulePolicyDailyType getDailyType()
O365JobSchedulePolicyDailyType
public String getDailyTime()
public O365JobSchedulePolicyPeriodicallyEvery getPeriodicallyEvery()
O365JobSchedulePolicyPeriodicallyEvery
public boolean isBackupWindowEnabled()
public int getBackupWindowMinuteOffset()
public boolean isRetryEnabled()
public int getRetryWaitInterval()
public int getRetryNumber()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.