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

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

    • createdDateTime

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

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

      @SerializedName(value="localizedNames", alternate="LocalizedNames") @Expose @Nullable public List<LocalizedName> localizedNames
      The Localized Names. Name of the set for each languageTag.
    • properties

      @SerializedName(value="properties", alternate="Properties") @Expose @Nullable public List<KeyValue> properties
      The Properties. Custom properties for the set.
    • children

      @SerializedName(value="children", alternate="Children") @Expose @Nullable public TermCollectionPage children
      The Children. Children terms of set in term [store].
    • parentGroup

      @SerializedName(value="parentGroup", alternate="ParentGroup") @Expose @Nullable public Group parentGroup
      The Parent Group. The parent [group] that contains the set.
    • relations

      @SerializedName(value="relations", alternate="Relations") @Expose @Nullable public RelationCollectionPage relations
      The Relations. Indicates which terms have been pinned or reused directly under the set.
    • terms

      @SerializedName(value="terms", alternate="Terms") @Expose @Nullable public TermCollectionPage terms
      The Terms. All the terms under the set.
  • Constructor Details

    • Set

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