Uses of Enum Class
com.iland.core.api.vbo.O365RestoreSessionEventStatus
Packages that use O365RestoreSessionEventStatus
-
Uses of O365RestoreSessionEventStatus in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365RestoreSessionEventStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static O365RestoreSessionEventStatus[]O365RestoreSessionEventStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365RestoreSessionEventStatus in com.iland.core.web.rest.response.vbo
Methods in com.iland.core.web.rest.response.vbo that return O365RestoreSessionEventStatusModifier and TypeMethodDescriptionO365RestoreSessionEventResponse.getStatus()Returns the status of the restore session.Constructors in com.iland.core.web.rest.response.vbo with parameters of type O365RestoreSessionEventStatusModifierConstructorDescriptionO365RestoreSessionEventResponse(long itemSizeBytes, String id, O365RestoreSessionEventType type, O365RestoreSessionEventStatus status, Instant startTime, Instant endTime, long duration, String title, int order, String initiatedBy)