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