Uses of Enum
com.microsoft.graph.models.ProtectionRuleStatus
Packages that use ProtectionRuleStatus
-
Uses of ProtectionRuleStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProtectionRuleStatusModifier and TypeMethodDescriptionstatic ProtectionRuleStatusProtectionRuleBase.getStatus()Gets the status property value.static ProtectionRuleStatusReturns 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.Methods in com.microsoft.graph.models with parameters of type ProtectionRuleStatusModifier and TypeMethodDescriptionvoidProtectionRuleBase.setStatus(ProtectionRuleStatus value) Sets the status property value.