Uses of Enum
com.microsoft.graph.models.AdvancedConfigState
Packages that use AdvancedConfigState
-
Uses of AdvancedConfigState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AdvancedConfigStateModifier and TypeMethodDescriptionstatic AdvancedConfigStateAuthenticationMethodFeatureConfiguration.getState()Gets the state property value.AuthenticationMethodsRegistrationCampaign.getState()Gets the state property value.static AdvancedConfigStateReturns the enum constant of this type with the specified name.static AdvancedConfigState[]AdvancedConfigState.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 AdvancedConfigStateModifier and TypeMethodDescriptionvoidAuthenticationMethodFeatureConfiguration.setState(AdvancedConfigState value) Sets the state property value.voidAuthenticationMethodsRegistrationCampaign.setState(AdvancedConfigState value) Sets the state property value.