Uses of Enum Class
com.iland.core.api.vbo.O365JobSessionStatus
Packages that use O365JobSessionStatus
-
Uses of O365JobSessionStatus in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365JobSessionStatusModifier and TypeMethodDescriptionstatic O365JobSessionStatusReturns the enum constant of this class with the specified name.static O365JobSessionStatus[]O365JobSessionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365JobSessionStatus in com.iland.core.web.rest.response.vbo
Methods in com.iland.core.web.rest.response.vbo that return O365JobSessionStatusModifier and TypeMethodDescriptionO365JobSessionResponse.getStatus()Returns the status of the backup job.Constructors in com.iland.core.web.rest.response.vbo with parameters of type O365JobSessionStatusModifierConstructorDescriptionO365JobSessionResponse(String uuid, String locationId, String companyId, String o365OrganizationUuid, String o365JobUuid, Instant creationTime, Instant endTime, int progress, O365JobSessionStatus status, O365JobSessionStatsResponse statistics)