Class AgreementFile

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • localizations

      @SerializedName(value="localizations", alternate="Localizations") @Expose @Nullable public AgreementFileLocalizationCollectionPage localizations
      The Localizations. The localized version of the terms of use agreement files attached to the agreement.
  • Constructor Details

    • AgreementFile

      public AgreementFile()
  • 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 AgreementFileProperties
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to