Class LookupColumn

java.lang.Object
com.amilesend.onedrive.resource.site.type.LookupColumn

public class LookupColumn extends Object
Describes how the column's values are looked up from another source.

API Documentation.

See Also:
  • Method Details

    • builder

      public static LookupColumn.LookupColumnBuilder builder()
    • isAllowMultipleValues

      public boolean isAllowMultipleValues()
      Indicates when multiple values are selectable from the source.
    • isAllowUnlimitedLength

      public boolean isAllowUnlimitedLength()
      Indicates if values should be able to exceed the 255-character limit.
    • getColumnName

      public String getColumnName()
      The name of the source column.
    • getListId

      public String getListId()
      The identifier for the lookup source list.
    • getPrimaryLookupColumnId

      public String getPrimaryLookupColumnId()
      When specified, this specified column becomes the primary lookup over this column.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object