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