Uses of Class
odata.msgraph.client.enums.BackupServiceStatus
-
Packages that use BackupServiceStatus Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of BackupServiceStatus in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as BackupServiceStatus Modifier and Type Field Description protected BackupServiceStatusServiceStatus. statusMethods in odata.msgraph.client.complex that return types with arguments of type BackupServiceStatus Modifier and Type Method Description Optional<BackupServiceStatus>ServiceStatus. getStatus()Methods in odata.msgraph.client.complex with parameters of type BackupServiceStatus Modifier and Type Method Description ServiceStatus.BuilderServiceStatus.Builder. status(BackupServiceStatus status)ServiceStatusServiceStatus. withStatus(BackupServiceStatus status) -
Uses of BackupServiceStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return BackupServiceStatus Modifier and Type Method Description static BackupServiceStatusBackupServiceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BackupServiceStatus[]BackupServiceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-