Uses of Enum Class
com.iland.core.api.vbo.O365RestoreSessionResult
Packages that use O365RestoreSessionResult
-
Uses of O365RestoreSessionResult in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365RestoreSessionResultModifier and TypeMethodDescriptionstatic O365RestoreSessionResultReturns the enum constant of this class with the specified name.static O365RestoreSessionResult[]O365RestoreSessionResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365RestoreSessionResult in com.iland.core.web.rest.response.vbo
Methods in com.iland.core.web.rest.response.vbo that return O365RestoreSessionResultModifier and TypeMethodDescriptionO365RestoreSessionResponse.getResult()Returns the result of the restore session actions.Constructors in com.iland.core.web.rest.response.vbo with parameters of type O365RestoreSessionResultModifierConstructorDescriptionO365RestoreSessionResponse(String uuid, String locationId, String companyId, String o365OrganizationUuid, String name, O365RestoreSessionType type, O365RestoreSessionResult result, O365RestoreSessionState state, Instant creationTime, Instant endTime, String initiatedBy, String details)