Uses of Class
odata.msgraph.client.enums.RestoreSessionStatus
-
Packages that use RestoreSessionStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of RestoreSessionStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as RestoreSessionStatus Modifier and Type Field Description protected RestoreSessionStatusRestoreSessionBase. statusMethods in odata.msgraph.client.entity that return types with arguments of type RestoreSessionStatus Modifier and Type Method Description Optional<RestoreSessionStatus>RestoreSessionBase. getStatus()Methods in odata.msgraph.client.entity with parameters of type RestoreSessionStatus Modifier and Type Method Description ExchangeRestoreSession.BuilderExchangeRestoreSession.Builder. status(RestoreSessionStatus status)OneDriveForBusinessRestoreSession.BuilderOneDriveForBusinessRestoreSession.Builder. status(RestoreSessionStatus status)RestoreSessionBase.BuilderRestoreSessionBase.Builder. status(RestoreSessionStatus status)SharePointRestoreSession.BuilderSharePointRestoreSession.Builder. status(RestoreSessionStatus status)RestoreSessionBaseRestoreSessionBase. withStatus(RestoreSessionStatus status) -
Uses of RestoreSessionStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return RestoreSessionStatus Modifier and Type Method Description static RestoreSessionStatusRestoreSessionStatus. valueOf(String name)Returns 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.
-