public class AgreementAcceptance extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
agreementFileId
The Agreement File Id.
|
java.lang.String |
agreementId
The Agreement Id.
|
java.lang.String |
deviceDisplayName
The Device Display Name.
|
java.lang.String |
deviceId
The Device Id.
|
java.lang.String |
deviceOSType
The Device OSType.
|
java.lang.String |
deviceOSVersion
The Device OSVersion.
|
java.time.OffsetDateTime |
expirationDateTime
The Expiration Date Time.
|
java.time.OffsetDateTime |
recordedDateTime
The Recorded Date Time.
|
AgreementAcceptanceState |
state
The State.
|
java.lang.String |
userDisplayName
The User Display Name.
|
java.lang.String |
userEmail
The User Email.
|
java.lang.String |
userId
The User Id.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
Constructor and Description |
---|
AgreementAcceptance() |
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="agreementFileId", alternate="AgreementFileId") @Expose @Nullable public java.lang.String agreementFileId
@SerializedName(value="agreementId", alternate="AgreementId") @Expose @Nullable public java.lang.String agreementId
@SerializedName(value="deviceDisplayName", alternate="DeviceDisplayName") @Expose @Nullable public java.lang.String deviceDisplayName
@SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public java.lang.String deviceId
@SerializedName(value="deviceOSType", alternate="DeviceOSType") @Expose @Nullable public java.lang.String deviceOSType
@SerializedName(value="deviceOSVersion", alternate="DeviceOSVersion") @Expose @Nullable public java.lang.String deviceOSVersion
@SerializedName(value="expirationDateTime", alternate="ExpirationDateTime") @Expose @Nullable public java.time.OffsetDateTime expirationDateTime
@SerializedName(value="recordedDateTime", alternate="RecordedDateTime") @Expose @Nullable public java.time.OffsetDateTime recordedDateTime
@SerializedName(value="state", alternate="State") @Expose @Nullable public AgreementAcceptanceState state
@SerializedName(value="userDisplayName", alternate="UserDisplayName") @Expose @Nullable public java.lang.String userDisplayName
@SerializedName(value="userEmail", alternate="UserEmail") @Expose @Nullable public java.lang.String userEmail
@SerializedName(value="userId", alternate="UserId") @Expose @Nullable public java.lang.String userId
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public java.lang.String userPrincipalName
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 Entity
serializer
- the serializerjson
- the JSON object to set this object to