Uses of Class
odata.msgraph.client.enums.AuthenticationMethodFeature
-
Packages that use AuthenticationMethodFeature Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of AuthenticationMethodFeature in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AuthenticationMethodFeature Modifier and Type Field Description protected AuthenticationMethodFeatureUserRegistrationFeatureCount. featureMethods in odata.msgraph.client.complex that return types with arguments of type AuthenticationMethodFeature Modifier and Type Method Description Optional<AuthenticationMethodFeature>UserRegistrationFeatureCount. getFeature()Methods in odata.msgraph.client.complex with parameters of type AuthenticationMethodFeature Modifier and Type Method Description UserRegistrationFeatureCount.BuilderUserRegistrationFeatureCount.Builder. feature(AuthenticationMethodFeature feature)UserRegistrationFeatureCountUserRegistrationFeatureCount. withFeature(AuthenticationMethodFeature feature) -
Uses of AuthenticationMethodFeature in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AuthenticationMethodFeature Modifier and Type Method Description static AuthenticationMethodFeatureAuthenticationMethodFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMethodFeature[]AuthenticationMethodFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-