Uses of Class
odata.msgraph.client.complex.MicrosoftAuthenticatorFeatureSettings
-
Packages that use MicrosoftAuthenticatorFeatureSettings Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of MicrosoftAuthenticatorFeatureSettings in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return MicrosoftAuthenticatorFeatureSettings Modifier and Type Method Description MicrosoftAuthenticatorFeatureSettingsMicrosoftAuthenticatorFeatureSettings.Builder. build()MicrosoftAuthenticatorFeatureSettingsMicrosoftAuthenticatorFeatureSettings. withDisplayAppInformationRequiredState(AuthenticationMethodFeatureConfiguration displayAppInformationRequiredState)MicrosoftAuthenticatorFeatureSettingsMicrosoftAuthenticatorFeatureSettings. withDisplayLocationInformationRequiredState(AuthenticationMethodFeatureConfiguration displayLocationInformationRequiredState)MicrosoftAuthenticatorFeatureSettingsMicrosoftAuthenticatorFeatureSettings. withUnmappedField(String name, Object value) -
Uses of MicrosoftAuthenticatorFeatureSettings in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as MicrosoftAuthenticatorFeatureSettings Modifier and Type Field Description protected MicrosoftAuthenticatorFeatureSettingsMicrosoftAuthenticatorAuthenticationMethodConfiguration. featureSettingsMethods in odata.msgraph.client.entity that return types with arguments of type MicrosoftAuthenticatorFeatureSettings Modifier and Type Method Description Optional<MicrosoftAuthenticatorFeatureSettings>MicrosoftAuthenticatorAuthenticationMethodConfiguration. getFeatureSettings()Methods in odata.msgraph.client.entity with parameters of type MicrosoftAuthenticatorFeatureSettings Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodConfiguration.BuilderMicrosoftAuthenticatorAuthenticationMethodConfiguration.Builder. featureSettings(MicrosoftAuthenticatorFeatureSettings featureSettings)MicrosoftAuthenticatorAuthenticationMethodConfigurationMicrosoftAuthenticatorAuthenticationMethodConfiguration. withFeatureSettings(MicrosoftAuthenticatorFeatureSettings featureSettings)
-