Uses of Class
odata.msgraph.client.enums.UserDefaultAuthenticationMethod
-
Packages that use UserDefaultAuthenticationMethod Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of UserDefaultAuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as UserDefaultAuthenticationMethod Modifier and Type Field Description protected UserDefaultAuthenticationMethodUserRegistrationDetails. userPreferredMethodForSecondaryAuthenticationMethods in odata.msgraph.client.entity that return types with arguments of type UserDefaultAuthenticationMethod Modifier and Type Method Description Optional<UserDefaultAuthenticationMethod>UserRegistrationDetails. getUserPreferredMethodForSecondaryAuthentication()Methods in odata.msgraph.client.entity with parameters of type UserDefaultAuthenticationMethod Modifier and Type Method Description UserRegistrationDetails.BuilderUserRegistrationDetails.Builder. userPreferredMethodForSecondaryAuthentication(UserDefaultAuthenticationMethod userPreferredMethodForSecondaryAuthentication)UserRegistrationDetailsUserRegistrationDetails. withUserPreferredMethodForSecondaryAuthentication(UserDefaultAuthenticationMethod userPreferredMethodForSecondaryAuthentication) -
Uses of UserDefaultAuthenticationMethod in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return UserDefaultAuthenticationMethod Modifier and Type Method Description static UserDefaultAuthenticationMethodUserDefaultAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static UserDefaultAuthenticationMethod[]UserDefaultAuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-