public final class O365JobCreateRequest extends Object implements Serializable
| Constructor and Description |
|---|
O365JobCreateRequest(String name,
String description,
O365JobType backupType,
boolean runNow,
O365JobSchedulePolicyRequest jobSchedulePolicyRequest,
List<O365JobSelectedItemRequest> o365JobSelectedItemRequests,
String repositoryId,
List<O365JobSelectedItemRequest> o365JobExcludedItemRequests)
Create a O365 job creation request.
|
| Modifier and Type | Method and Description |
|---|---|
O365JobType |
getBackupType()
Specifies the type of the backup job.
|
String |
getDescription()
Specifies the description of the backup job.
|
O365JobSchedulePolicyRequest |
getJobSchedulePolicyRequest()
Get O365 Job Schedule Policy Request Options.
|
String |
getName()
Specifies the name of the backup job.
|
List<O365JobSelectedItemRequest> |
getO365JobExcludedItemRequests()
Get the O365 Job Excluded Items for the backupType selectedItems.
|
List<O365JobSelectedItemRequest> |
getO365JobSelectedItemRequests()
Get the O365 Job Selected Item for the backupType selectedItems.
|
String |
getRepositoryId()
Get the backup repository id
|
boolean |
isRunNow()
Get the run now flag.
|
public O365JobCreateRequest(String name, String description, O365JobType backupType, boolean runNow, O365JobSchedulePolicyRequest jobSchedulePolicyRequest, List<O365JobSelectedItemRequest> o365JobSelectedItemRequests, String repositoryId, List<O365JobSelectedItemRequest> o365JobExcludedItemRequests)
name - the name of the backup job.description - the description of the backup job.backupType - the type of the backup job.runNow - whether the job will run right after it is created.jobSchedulePolicyRequest - the O365JobSchedulePolicyRequesto365JobSelectedItemRequests - the list of included itemsrepositoryId - the repository ido365JobExcludedItemRequests - the list of excluded itemspublic String getName()
public String getDescription()
public O365JobType getBackupType()
public boolean isRunNow()
public O365JobSchedulePolicyRequest getJobSchedulePolicyRequest()
public List<O365JobSelectedItemRequest> getO365JobSelectedItemRequests()
public List<O365JobSelectedItemRequest> getO365JobExcludedItemRequests()
public String getRepositoryId()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.