Class LookupColumn
java.lang.Object
com.amilesend.onedrive.resource.site.type.LookupColumn
Describes how the column's values are looked up from another source.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe name of the source column.The identifier for the lookup source list.When specified, this specified column becomes the primary lookup over this column.inthashCode()booleanIndicates when multiple values are selectable from the source.booleanIndicates if values should be able to exceed the 255-character limit.toString()
-
Method Details
-
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
The name of the source column. -
getListId
The identifier for the lookup source list. -
getPrimaryLookupColumnId
When specified, this specified column becomes the primary lookup over this column. -
equals
-
hashCode
-
toString
-