Class TermsOfUseContainer

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

public class TermsOfUseContainer extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Terms Of Use Container.
  • Field Details

    • agreementAcceptances

      @SerializedName(value="agreementAcceptances", alternate="AgreementAcceptances") @Expose @Nullable public AgreementAcceptanceCollectionPage agreementAcceptances
      The Agreement Acceptances. Represents the current status of a user's response to a company's customizable terms of use agreement.
    • agreements

      @SerializedName(value="agreements", alternate="Agreements") @Expose @Nullable public AgreementCollectionPage agreements
      The Agreements. Represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
  • Constructor Details

    • TermsOfUseContainer

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