Uses of Enum Class
com.iland.core.api.vbo.O365JobStatus
Packages that use O365JobStatus
-
Uses of O365JobStatus in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365JobStatusModifier and TypeMethodDescriptionstatic O365JobStatusReturns the enum constant of this class with the specified name.static O365JobStatus[]O365JobStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365JobStatus in com.iland.core.web.rest.response.vbo
Methods in com.iland.core.web.rest.response.vbo that return O365JobStatusModifier and TypeMethodDescriptionO365JobResponse.getLastStatus()Returns the latest status of the backup job.Constructors in com.iland.core.web.rest.response.vbo with parameters of type O365JobStatusModifierConstructorDescriptionO365JobResponse(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, Boolean enableImmutability, String retentionPeriod)