Uses of Enum
com.microsoft.graph.models.RestoreSessionStatus
Packages that use RestoreSessionStatus
-
Uses of RestoreSessionStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RestoreSessionStatusModifier and TypeMethodDescriptionstatic RestoreSessionStatusRestoreSessionBase.getStatus()Gets the status property value.static RestoreSessionStatusReturns the enum constant of this type with the specified name.static RestoreSessionStatus[]RestoreSessionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type RestoreSessionStatusModifier and TypeMethodDescriptionvoidRestoreSessionBase.setStatus(RestoreSessionStatus value) Sets the status property value.