Class ColumnDefinition
java.lang.Object
com.amilesend.onedrive.resource.site.type.ColumnDefinition
Describes a column definition.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanWhen non-null, indicates that the column stores boolean values.When non-null, indicates that the column is calculated based on other columns.When non-null, indicates that the column stores data from a list of choices.The name of the associated group.When non-null, indicates that the column stores currency values.When non-null, indicates that the column stores timestamps.The default value for the column.The description of the column.The user-facing name for the column.getId()The column identifier.The column stores a date that is looked up from another source in the site.getName()The API-facing name of the columns.The column stores numbers.The column stores a person or group.getText()The column stores text.inthashCode()booleanWhentrue, no two list items may have the save value for this column.booleanisHidden()Indicates if the column is displayed in the UI.booleanIndicates if the column values can be used for sorting and searching.booleanIndicates if the column values are immutable.booleanIndicates if teh column value is required.toString()
-
Method Details
-
equals
-
hashCode
public int hashCode() -
builder
-
getColumnGroup
The name of the associated group. -
getDescription
The description of the column. -
getDisplayName
The user-facing name for the column. -
isEnforceUniqueValues
public boolean isEnforceUniqueValues()Whentrue, no two list items may have the save value for this column. -
isHidden
public boolean isHidden()Indicates if the column is displayed in the UI. -
getId
The column identifier. -
isIndexed
public boolean isIndexed()Indicates if the column values can be used for sorting and searching. -
getName
The API-facing name of the columns. -
isReadOnly
public boolean isReadOnly()Indicates if the column values are immutable. -
isRequired
public boolean isRequired()Indicates if teh column value is required. -
getBooleanColumn
When non-null, indicates that the column stores boolean values. -
getCalculated
When non-null, indicates that the column is calculated based on other columns. -
getChoice
When non-null, indicates that the column stores data from a list of choices. -
getCurrency
When non-null, indicates that the column stores currency values. -
getDateTime
When non-null, indicates that the column stores timestamps. -
getDefaultValue
The default value for the column. -
getLookup
The column stores a date that is looked up from another source in the site. -
getNumber
The column stores numbers. -
getPersonOrGroup
The column stores a person or group. -
getText
The column stores text. -
toString
-