Uses of Class
odata.msgraph.client.complex.AuthenticationMethodFeatureConfiguration
-
Packages that use AuthenticationMethodFeatureConfiguration Package Description odata.msgraph.client.complex -
-
Uses of AuthenticationMethodFeatureConfiguration in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AuthenticationMethodFeatureConfiguration Modifier and Type Field Description protected AuthenticationMethodFeatureConfigurationMicrosoftAuthenticatorFeatureSettings. displayAppInformationRequiredStateprotected AuthenticationMethodFeatureConfigurationMicrosoftAuthenticatorFeatureSettings. displayLocationInformationRequiredStateMethods in odata.msgraph.client.complex that return AuthenticationMethodFeatureConfiguration Modifier and Type Method Description AuthenticationMethodFeatureConfigurationAuthenticationMethodFeatureConfiguration.Builder. build()AuthenticationMethodFeatureConfigurationAuthenticationMethodFeatureConfiguration. withExcludeTarget(FeatureTarget excludeTarget)AuthenticationMethodFeatureConfigurationAuthenticationMethodFeatureConfiguration. withIncludeTarget(FeatureTarget includeTarget)AuthenticationMethodFeatureConfigurationAuthenticationMethodFeatureConfiguration. withState(AdvancedConfigState state)AuthenticationMethodFeatureConfigurationAuthenticationMethodFeatureConfiguration. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type AuthenticationMethodFeatureConfiguration Modifier and Type Method Description Optional<AuthenticationMethodFeatureConfiguration>MicrosoftAuthenticatorFeatureSettings. getDisplayAppInformationRequiredState()Optional<AuthenticationMethodFeatureConfiguration>MicrosoftAuthenticatorFeatureSettings. getDisplayLocationInformationRequiredState()Methods in odata.msgraph.client.complex with parameters of type AuthenticationMethodFeatureConfiguration Modifier and Type Method Description MicrosoftAuthenticatorFeatureSettings.BuilderMicrosoftAuthenticatorFeatureSettings.Builder. displayAppInformationRequiredState(AuthenticationMethodFeatureConfiguration displayAppInformationRequiredState)MicrosoftAuthenticatorFeatureSettings.BuilderMicrosoftAuthenticatorFeatureSettings.Builder. displayLocationInformationRequiredState(AuthenticationMethodFeatureConfiguration displayLocationInformationRequiredState)MicrosoftAuthenticatorFeatureSettingsMicrosoftAuthenticatorFeatureSettings. withDisplayAppInformationRequiredState(AuthenticationMethodFeatureConfiguration displayAppInformationRequiredState)MicrosoftAuthenticatorFeatureSettingsMicrosoftAuthenticatorFeatureSettings. withDisplayLocationInformationRequiredState(AuthenticationMethodFeatureConfiguration displayLocationInformationRequiredState)
-