Class TermColumn

java.lang.Object
com.microsoft.graph.models.TermColumn
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowMultipleValues

      @SerializedName(value="allowMultipleValues", alternate="AllowMultipleValues") @Expose @Nullable public Boolean allowMultipleValues
      The Allow Multiple Values. Specifies whether the column will allow more than one value.
    • showFullyQualifiedName

      @SerializedName(value="showFullyQualifiedName", alternate="ShowFullyQualifiedName") @Expose @Nullable public Boolean showFullyQualifiedName
      The 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 parentTerm
      The Parent Term.
    • termSet

      @SerializedName(value="termSet", alternate="TermSet") @Expose @Nullable public Set 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 interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to