Uses of Enum
com.microsoft.graph.models.ConditionalAccessPolicyState
Packages that use ConditionalAccessPolicyState
-
Uses of ConditionalAccessPolicyState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConditionalAccessPolicyStateModifier and TypeMethodDescriptionstatic ConditionalAccessPolicyStateConditionalAccessPolicy.getState()Gets the state property value.static ConditionalAccessPolicyStateReturns the enum constant of this type with the specified name.static ConditionalAccessPolicyState[]ConditionalAccessPolicyState.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 ConditionalAccessPolicyStateModifier and TypeMethodDescriptionvoidConditionalAccessPolicy.setState(ConditionalAccessPolicyState value) Sets the state property value.