Class AgreementFileProperties

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AgreementFileProperties
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
AgreementFile, AgreementFileLocalization, AgreementFileVersion

public class AgreementFileProperties extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Agreement File Properties.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name.
    • fileData

      @SerializedName(value="fileData", alternate="FileData") @Expose @Nullable public AgreementFileData fileData
      The File Data.
    • fileName

      @SerializedName(value="fileName", alternate="FileName") @Expose @Nullable public String fileName
      The File Name.
    • isDefault

      @SerializedName(value="isDefault", alternate="IsDefault") @Expose @Nullable public Boolean isDefault
      The Is Default.
    • isMajorVersion

      @SerializedName(value="isMajorVersion", alternate="IsMajorVersion") @Expose @Nullable public Boolean isMajorVersion
      The Is Major Version.
    • language

      @SerializedName(value="language", alternate="Language") @Expose @Nullable public String language
      The Language.
  • Constructor Details

    • AgreementFileProperties

      public AgreementFileProperties()
  • 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