Class LookupColumn

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

public class LookupColumn extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Lookup 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. Indicates whether multiple values can be selected from the source.
    • allowUnlimitedLength

      @SerializedName(value="allowUnlimitedLength", alternate="AllowUnlimitedLength") @Expose @Nullable public Boolean allowUnlimitedLength
      The Allow Unlimited Length. Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
    • columnName

      @SerializedName(value="columnName", alternate="ColumnName") @Expose @Nullable public String columnName
      The Column Name. The name of the lookup source column.
    • listId

      @SerializedName(value="listId", alternate="ListId") @Expose @Nullable public String listId
      The List Id. The unique identifier of the lookup source list.
    • primaryLookupColumnId

      @SerializedName(value="primaryLookupColumnId", alternate="PrimaryLookupColumnId") @Expose @Nullable public String primaryLookupColumnId
      The Primary Lookup Column Id. If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.
  • Constructor Details

    • LookupColumn

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