java.lang.Object
com.amilesend.onedrive.resource.site.type.LookupColumn.LookupColumnBuilder
- Enclosing class:
LookupColumn
public static class LookupColumn.LookupColumnBuilder
extends Object
-
Method Summary
Indicates when multiple values are selectable from the source.
Indicates if values should be able to exceed the 255-character limit.
The name of the source column.
The identifier for the lookup source list.
When specified, this specified column becomes the primary lookup over this column.
-
Method Details
-
allowMultipleValues
Indicates when multiple values are selectable from the source.
- Returns:
this.
-
allowUnlimitedLength
Indicates if values should be able to exceed the 255-character limit.
- Returns:
this.
-
columnName
The name of the source column.
- Returns:
this.
-
listId
The identifier for the lookup source list.
- Returns:
this.
-
primaryLookupColumnId
When specified, this specified column becomes the primary lookup over this column.
- Returns:
this.
-
-