Class Set
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.termstore.models.Set
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Children.The Created Date Time.The Description.The Localized Names.The Parent Group.The Properties.The Relations.The Terms. -
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 set creation. Read-only. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. Description that gives details on the term usage. -
localizedNames
@SerializedName(value="localizedNames", alternate="LocalizedNames") @Expose @Nullable public List<LocalizedName> localizedNamesThe Localized Names. Name of the set for each languageTag. -
properties
@SerializedName(value="properties", alternate="Properties") @Expose @Nullable public List<KeyValue> propertiesThe Properties. Custom properties for the set. -
children
@SerializedName(value="children", alternate="Children") @Expose @Nullable public TermCollectionPage childrenThe Children. Children terms of set in term [store]. -
parentGroup
@SerializedName(value="parentGroup", alternate="ParentGroup") @Expose @Nullable public Group parentGroupThe Parent Group. The parent [group] that contains the set. -
relations
@SerializedName(value="relations", alternate="Relations") @Expose @Nullable public RelationCollectionPage relationsThe Relations. Indicates which terms have been pinned or reused directly under the set. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-