public final class O365JobRequest extends Object implements Serializable
Constructor and Description |
---|
O365JobRequest(String name,
String description,
O365JobType backupType,
boolean runNow,
O365JobSchedulePolicyRequest jobSchedulePolicyRequest,
List<O365JobSelectedItemRequest> o365JobSelectedItemRequests,
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.
|
boolean |
isRunNow()
Get the run now flag.
|
public O365JobRequest(String name, String description, O365JobType backupType, boolean runNow, O365JobSchedulePolicyRequest jobSchedulePolicyRequest, List<O365JobSelectedItemRequest> o365JobSelectedItemRequests, 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 O365JobSchedulePolicyRequest
o365JobSelectedItemRequests
- the list of included itemso365JobExcludedItemRequests
- 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()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.