Uses of Class
odata.msgraph.client.beta.enums.AuthenticationMethodSignInState
-
Packages that use AuthenticationMethodSignInState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AuthenticationMethodSignInState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AuthenticationMethodSignInState Modifier and Type Field Description protected AuthenticationMethodSignInStatePhoneAuthenticationMethod. smsSignInStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type AuthenticationMethodSignInState Modifier and Type Method Description Optional<AuthenticationMethodSignInState>PhoneAuthenticationMethod. getSmsSignInState()Methods in odata.msgraph.client.beta.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.beta.enums
Methods in odata.msgraph.client.beta.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.
-