Package com.microsoft.graph.models
Class TermColumn
java.lang.Object
com.microsoft.graph.models.TermColumn
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Term Column.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Allow Multiple Values.the OData type of the object as returned by the serviceThe Parent Term.The Show Fully Qualified Name.The Term Set. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
allowMultipleValues
@SerializedName(value="allowMultipleValues", alternate="AllowMultipleValues") @Expose @Nullable public Boolean allowMultipleValuesThe Allow Multiple Values. Specifies whether the column will allow more than one value. -
showFullyQualifiedName
@SerializedName(value="showFullyQualifiedName", alternate="ShowFullyQualifiedName") @Expose @Nullable public Boolean showFullyQualifiedNameThe Show Fully Qualified Name. Specifies whether to display the entire term path or only the term label. -
parentTerm
@SerializedName(value="parentTerm", alternate="ParentTerm") @Expose @Nullable public Term parentTermThe Parent Term. -
termSet
The Term Set.
-
-
Constructor Details
-
TermColumn
public TermColumn()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-