Class AgreementAcceptance

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AgreementAcceptance
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AgreementAcceptance extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Agreement Acceptance.
  • Field Details

    • agreementFileId

      @SerializedName(value="agreementFileId", alternate="AgreementFileId") @Expose @Nullable public String agreementFileId
      The Agreement File Id. The identifier of the agreement file accepted by the user.
    • agreementId

      @SerializedName(value="agreementId", alternate="AgreementId") @Expose @Nullable public String agreementId
      The Agreement Id. The identifier of the agreement.
    • deviceDisplayName

      @SerializedName(value="deviceDisplayName", alternate="DeviceDisplayName") @Expose @Nullable public String deviceDisplayName
      The Device Display Name. The display name of the device used for accepting the agreement.
    • deviceId

      @SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public String deviceId
      The Device Id. The unique identifier of the device used for accepting the agreement. Supports $filter (eq) and eq for null values.
    • deviceOSType

      @SerializedName(value="deviceOSType", alternate="DeviceOSType") @Expose @Nullable public String deviceOSType
      The Device OSType. The operating system used to accept the agreement.
    • deviceOSVersion

      @SerializedName(value="deviceOSVersion", alternate="DeviceOSVersion") @Expose @Nullable public String deviceOSVersion
      The Device OSVersion. The operating system version of the device used to accept the agreement.
    • expirationDateTime

      @SerializedName(value="expirationDateTime", alternate="ExpirationDateTime") @Expose @Nullable public OffsetDateTime expirationDateTime
      The Expiration Date Time. The expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and eq for null values.
    • recordedDateTime

      @SerializedName(value="recordedDateTime", alternate="RecordedDateTime") @Expose @Nullable public OffsetDateTime recordedDateTime
      The Recorded Date Time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • state

      @SerializedName(value="state", alternate="State") @Expose @Nullable public AgreementAcceptanceState state
      The State. The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
    • userDisplayName

      @SerializedName(value="userDisplayName", alternate="UserDisplayName") @Expose @Nullable public String userDisplayName
      The User Display Name. Display name of the user when the acceptance was recorded.
    • userEmail

      @SerializedName(value="userEmail", alternate="UserEmail") @Expose @Nullable public String userEmail
      The User Email. Email of the user when the acceptance was recorded.
    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id. The identifier of the user who accepted the agreement. Supports $filter (eq).
    • userPrincipalName

      @SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalName
      The User Principal Name. UPN of the user when the acceptance was recorded.
  • Constructor Details

    • AgreementAcceptance

      public AgreementAcceptance()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to