Uses of Class
odata.msgraph.client.enums.ProtectionRuleStatus
-
Packages that use ProtectionRuleStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ProtectionRuleStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ProtectionRuleStatus Modifier and Type Field Description protected ProtectionRuleStatusProtectionRuleBase. statusMethods in odata.msgraph.client.entity that return types with arguments of type ProtectionRuleStatus Modifier and Type Method Description Optional<ProtectionRuleStatus>ProtectionRuleBase. getStatus()Methods in odata.msgraph.client.entity with parameters of type ProtectionRuleStatus Modifier and Type Method Description DriveProtectionRule.BuilderDriveProtectionRule.Builder. status(ProtectionRuleStatus status)MailboxProtectionRule.BuilderMailboxProtectionRule.Builder. status(ProtectionRuleStatus status)SiteProtectionRule.BuilderSiteProtectionRule.Builder. status(ProtectionRuleStatus status)ProtectionRuleBaseProtectionRuleBase. withStatus(ProtectionRuleStatus status) -
Uses of ProtectionRuleStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ProtectionRuleStatus Modifier and Type Method Description static ProtectionRuleStatusProtectionRuleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectionRuleStatus[]ProtectionRuleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-