Package | Description |
---|---|
com.iland.core.api.vbo | |
com.iland.core.web.rest.response.vbo |
Modifier and Type | Method and Description |
---|---|
static O365JobStatus |
O365JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static O365JobStatus[] |
O365JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
O365JobStatus |
O365JobResponse.getLastStatus()
Returns the latest status of the backup job.
|
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) |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.