Class AgreementFileLocalization

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

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

    • versions

      @SerializedName(value="versions", alternate="Versions") @Expose @Nullable public AgreementFileVersionCollectionPage versions
      The Versions. Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
  • Constructor Details

    • AgreementFileLocalization

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