Package odata.msgraph.client.complex
Class MicrosoftAuthenticatorFeatureSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.MicrosoftAuthenticatorFeatureSettings.Builder
-
- Enclosing class:
- MicrosoftAuthenticatorFeatureSettings
public static final class MicrosoftAuthenticatorFeatureSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MicrosoftAuthenticatorFeatureSettingsbuild()MicrosoftAuthenticatorFeatureSettings.BuilderdisplayAppInformationRequiredState(AuthenticationMethodFeatureConfiguration displayAppInformationRequiredState)MicrosoftAuthenticatorFeatureSettings.BuilderdisplayLocationInformationRequiredState(AuthenticationMethodFeatureConfiguration displayLocationInformationRequiredState)
-
-
-
Method Detail
-
displayAppInformationRequiredState
public MicrosoftAuthenticatorFeatureSettings.Builder displayAppInformationRequiredState(AuthenticationMethodFeatureConfiguration displayAppInformationRequiredState)
-
displayLocationInformationRequiredState
public MicrosoftAuthenticatorFeatureSettings.Builder displayLocationInformationRequiredState(AuthenticationMethodFeatureConfiguration displayLocationInformationRequiredState)
-
build
public MicrosoftAuthenticatorFeatureSettings build()
-
-