Class Term
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.termstore.models.Term
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Term.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Children.The Created Date Time.The Descriptions.The Labels.The Last Modified Date Time.The Properties.The Relations.The Set. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. Date and time of term creation. Read-only. -
descriptions
@SerializedName(value="descriptions", alternate="Descriptions") @Expose @Nullable public List<LocalizedDescription> descriptionsThe Descriptions. Description about term that is dependent on the languageTag. -
labels
@SerializedName(value="labels", alternate="Labels") @Expose @Nullable public List<LocalizedLabel> labelsThe Labels. Label metadata for a term. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. Last date and time of term modification. Read-only. -
properties
@SerializedName(value="properties", alternate="Properties") @Expose @Nullable public List<KeyValue> propertiesThe Properties. Collection of properties on the term. -
children
@SerializedName(value="children", alternate="Children") @Expose @Nullable public TermCollectionPage childrenThe Children. Children of current term. -
relations
@SerializedName(value="relations", alternate="Relations") @Expose @Nullable public RelationCollectionPage relationsThe Relations. To indicate which terms are related to the current term as either pinned or reused. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-