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

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

    • createdDateTime

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

      @SerializedName(value="descriptions", alternate="Descriptions") @Expose @Nullable public List<LocalizedDescription> descriptions
      The Descriptions. Description about term that is dependent on the languageTag.
    • labels

      @SerializedName(value="labels", alternate="Labels") @Expose @Nullable public List<LocalizedLabel> labels
      The Labels. Label metadata for a term.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. Last date and time of term modification. Read-only.
    • properties

      @SerializedName(value="properties", alternate="Properties") @Expose @Nullable public List<KeyValue> properties
      The Properties. Collection of properties on the term.
    • children

      @SerializedName(value="children", alternate="Children") @Expose @Nullable public TermCollectionPage children
      The Children. Children of current term.
    • relations

      @SerializedName(value="relations", alternate="Relations") @Expose @Nullable public RelationCollectionPage relations
      The Relations. To indicate which terms are related to the current term as either pinned or reused.
    • set

      @SerializedName(value="set", alternate="Set") @Expose @Nullable public Set set
      The Set. The [set] in which the term is created.
  • Constructor Details

    • Term

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