Uses of Class
odata.msgraph.client.enums.AuthenticatorAppFeatureSettings
-
Packages that use AuthenticatorAppFeatureSettings Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AuthenticatorAppFeatureSettings in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuthenticatorAppFeatureSettings Modifier and Type Field Description protected AuthenticatorAppFeatureSettingsMicrosoftAuthenticatorAuthenticationMethodTarget. featureSettingsMethods in odata.msgraph.client.entity that return types with arguments of type AuthenticatorAppFeatureSettings Modifier and Type Method Description Optional<AuthenticatorAppFeatureSettings>MicrosoftAuthenticatorAuthenticationMethodTarget. getFeatureSettings()Methods in odata.msgraph.client.entity with parameters of type AuthenticatorAppFeatureSettings Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodTarget.BuilderMicrosoftAuthenticatorAuthenticationMethodTarget.Builder. featureSettings(AuthenticatorAppFeatureSettings featureSettings)MicrosoftAuthenticatorAuthenticationMethodTargetMicrosoftAuthenticatorAuthenticationMethodTarget. withFeatureSettings(AuthenticatorAppFeatureSettings featureSettings) -
Uses of AuthenticatorAppFeatureSettings in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AuthenticatorAppFeatureSettings Modifier and Type Method Description static AuthenticatorAppFeatureSettingsAuthenticatorAppFeatureSettings. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticatorAppFeatureSettings[]AuthenticatorAppFeatureSettings. values()Returns an array containing the constants of this enum type, in the order they are declared.
-