Uses of Class
odata.msgraph.client.enums.AuthenticationMethodState
-
Packages that use AuthenticationMethodState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AuthenticationMethodState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuthenticationMethodState Modifier and Type Field Description protected AuthenticationMethodStateAuthenticationMethodConfiguration. stateMethods in odata.msgraph.client.entity that return types with arguments of type AuthenticationMethodState Modifier and Type Method Description Optional<AuthenticationMethodState>AuthenticationMethodConfiguration. getState() -
Uses of AuthenticationMethodState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AuthenticationMethodState Modifier and Type Method Description static AuthenticationMethodStateAuthenticationMethodState. valueOf(String name)Returns 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.
-