public class MicrosoftAuthenticatorAuthenticationMethodTarget extends AuthenticationMethodTarget implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
MicrosoftAuthenticatorAuthenticationMode |
authenticationMode
The Authentication Mode.
|
java.util.EnumSet<AuthenticatorAppFeatureSettings> |
featureSettings
The Feature Settings.
|
isRegistrationRequired, targetType
Constructor and Description |
---|
MicrosoftAuthenticatorAuthenticationMethodTarget() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="authenticationMode", alternate="AuthenticationMode") @Expose @Nullable public MicrosoftAuthenticatorAuthenticationMode authenticationMode
@SerializedName(value="featureSettings", alternate="FeatureSettings") @Expose @Nullable public java.util.EnumSet<AuthenticatorAppFeatureSettings> featureSettings
public MicrosoftAuthenticatorAuthenticationMethodTarget()
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class AuthenticationMethodTarget
serializer
- the serializerjson
- the JSON object to set this object to