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

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

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. Date and time of the group creation. Read-only.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Description that gives details on the term usage.
    • displayName

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

      @SerializedName(value="parentSiteId", alternate="ParentSiteId") @Expose @Nullable public String parentSiteId
      The Parent Site Id. ID of the parent site of this group.
    • scope

      @SerializedName(value="scope", alternate="Scope") @Expose @Nullable public TermGroupScope scope
      The Scope. Returns the type of the group. Possible values are: global, system, and siteCollection.
    • sets

      @SerializedName(value="sets", alternate="Sets") @Expose @Nullable public SetCollectionPage sets
      The Sets. All sets under the group in a term [store].
  • Constructor Details

    • Group

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