public final class O365JobResponse extends Object implements Serializable
Constructor and Description |
---|
O365JobResponse(String uuid,
String locationId,
String companyId,
String o365OrganizationUuid,
String name,
String description,
Instant lastRun,
Instant nextRun,
boolean enabled,
O365JobType backupType,
O365JobStatus lastStatus,
O365JobSchedulePolicyResponse schedulePolicy,
boolean typeVex,
boolean typeVesp,
boolean typeVeod,
boolean typeVet,
O365JobItemsResponse selectedItems,
O365JobItemsResponse excludedItems,
boolean isRestoreSessionExist) |
Modifier and Type | Method and Description |
---|---|
O365JobType |
getBackupType()
Returns the type of the backup job.
|
String |
getCompanyId()
Returns the iland company ID.
|
String |
getDescription()
Returns the description of the backup job.
|
O365JobItemsResponse |
getExcludedItems()
The O365 job excluded items.
|
Instant |
getLastRun()
Returns the time of the last run of a backup job.
|
O365JobStatus |
getLastStatus()
Returns the latest status of the backup job.
|
String |
getLocationId()
Returns the iland location id.
|
String |
getName()
Returns the O365 VBO Job's name.
|
Instant |
getNextRun()
Returns the time of the next run of a backup job per the backup job
schedule.
|
String |
getO365OrganizationUuid()
Returns the corresponding O365 VBO Organization UUID.
|
O365JobSchedulePolicyResponse |
getSchedulePolicy()
Returns the backup job scheduling options.
|
O365JobItemsResponse |
getSelectedItems()
The O365 job included or selected items.
|
String |
getUuid()
Returns the O365 VBO Job UUID.
|
boolean |
isEnabled()
Returns if whether or not that the backup job is enabled.
|
boolean |
isRestoreSessionExist()
Returns whether or not the job has successful restore session
|
boolean |
isTypeVeod()
Returns if whether or not the job is a OneDrive type backup job.
|
boolean |
isTypeVesp()
Returns if whether or not the job is a Sharepoint type backup job.
|
boolean |
isTypeVet()
Returns if whether or not the job is a Team type backup job.
|
boolean |
isTypeVex()
Returns if whether or not the job is an Exchange type backup job.
|
public O365JobResponse(String uuid, String locationId, String companyId, String o365OrganizationUuid, String name, String description, Instant lastRun, Instant nextRun, boolean enabled, O365JobType backupType, O365JobStatus lastStatus, O365JobSchedulePolicyResponse schedulePolicy, boolean typeVex, boolean typeVesp, boolean typeVeod, boolean typeVet, O365JobItemsResponse selectedItems, O365JobItemsResponse excludedItems, boolean isRestoreSessionExist)
public String getUuid()
public String getLocationId()
public String getCompanyId()
public String getO365OrganizationUuid()
public String getName()
public String getDescription()
public Instant getLastRun()
Instant
public Instant getNextRun()
Instant
public boolean isEnabled()
public O365JobType getBackupType()
O365JobType
public O365JobStatus getLastStatus()
O365JobStatus
public O365JobSchedulePolicyResponse getSchedulePolicy()
O365JobSchedulePolicyResponse
instancepublic boolean isTypeVex()
public boolean isTypeVesp()
public boolean isTypeVeod()
public boolean isTypeVet()
public O365JobItemsResponse getSelectedItems()
public O365JobItemsResponse getExcludedItems()
public boolean isRestoreSessionExist()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.