Uses of Class
odata.msgraph.client.enums.ProtectionUnitStatus
-
Packages that use ProtectionUnitStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ProtectionUnitStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ProtectionUnitStatus Modifier and Type Field Description protected ProtectionUnitStatusProtectionUnitBase. statusMethods in odata.msgraph.client.entity that return types with arguments of type ProtectionUnitStatus Modifier and Type Method Description Optional<ProtectionUnitStatus>ProtectionUnitBase. getStatus()Methods in odata.msgraph.client.entity with parameters of type ProtectionUnitStatus Modifier and Type Method Description DriveProtectionUnit.BuilderDriveProtectionUnit.Builder. status(ProtectionUnitStatus status)MailboxProtectionUnit.BuilderMailboxProtectionUnit.Builder. status(ProtectionUnitStatus status)SiteProtectionUnit.BuilderSiteProtectionUnit.Builder. status(ProtectionUnitStatus status)ProtectionUnitBaseProtectionUnitBase. withStatus(ProtectionUnitStatus status) -
Uses of ProtectionUnitStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ProtectionUnitStatus Modifier and Type Method Description static ProtectionUnitStatusProtectionUnitStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectionUnitStatus[]ProtectionUnitStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-