Uses of Class
odata.msgraph.client.enums.AuthenticationMethodSignInState
-
Packages that use AuthenticationMethodSignInState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AuthenticationMethodSignInState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuthenticationMethodSignInState Modifier and Type Field Description protected AuthenticationMethodSignInStatePhoneAuthenticationMethod. smsSignInStateMethods in odata.msgraph.client.entity that return types with arguments of type AuthenticationMethodSignInState Modifier and Type Method Description Optional<AuthenticationMethodSignInState>PhoneAuthenticationMethod. getSmsSignInState()Methods in odata.msgraph.client.entity with parameters of type AuthenticationMethodSignInState Modifier and Type Method Description PhoneAuthenticationMethod.BuilderPhoneAuthenticationMethod.Builder. smsSignInState(AuthenticationMethodSignInState smsSignInState)PhoneAuthenticationMethodPhoneAuthenticationMethod. withSmsSignInState(AuthenticationMethodSignInState smsSignInState) -
Uses of AuthenticationMethodSignInState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AuthenticationMethodSignInState Modifier and Type Method Description static AuthenticationMethodSignInStateAuthenticationMethodSignInState. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMethodSignInState[]AuthenticationMethodSignInState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-