public class MicrosoftAuthenticatorAuthenticationMethod extends AuthenticationMethod implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
Device |
device
The Device.
|
java.lang.String |
deviceTag
The Device Tag.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
phoneAppVersion
The Phone App Version.
|
| Constructor and Description |
|---|
MicrosoftAuthenticatorAuthenticationMethod() |
| 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="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="deviceTag",
alternate="DeviceTag")
@Expose
@Nullable
public java.lang.String deviceTag
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="phoneAppVersion",
alternate="PhoneAppVersion")
@Expose
@Nullable
public java.lang.String phoneAppVersion
@SerializedName(value="device",
alternate="Device")
@Expose
@Nullable
public Device device
public MicrosoftAuthenticatorAuthenticationMethod()
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class AuthenticationMethodserializer - the serializerjson - the JSON object to set this object to