MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: columnDefinition.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withBooleanProperty(Map<String,Object> booleanProperty) |
Set the booleanProperty property: booleanColumn.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withCalculated(MicrosoftGraphCalculatedColumn calculated) |
Set the calculated property: calculatedColumn.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withChoice(MicrosoftGraphChoiceColumn choice) |
Set the choice property: choiceColumn.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withColumnGroup(String columnGroup) |
Set the columnGroup property: For site columns, the name of the group this column belongs to.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withCurrency(MicrosoftGraphCurrencyColumn currency) |
Set the currency property: currencyColumn.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withDateTime(MicrosoftGraphDateTimeColumn dateTime) |
Set the dateTime property: dateTimeColumn.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withDefaultValue(MicrosoftGraphDefaultColumnValue defaultValue) |
Set the defaultValue property: defaultColumnValue.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withDescription(String description) |
Set the description property: The user-facing description of the column.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withDisplayName(String displayName) |
Set the displayName property: The user-facing name of the column.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withEnforceUniqueValues(Boolean enforceUniqueValues) |
Set the enforceUniqueValues property: If true, no two list items may have the same value for this column.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withGeolocation(Map<String,Object> geolocation) |
Set the geolocation property: geolocationColumn.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withHidden(Boolean hidden) |
Set the hidden property: Specifies whether the column is displayed in the user interface.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withIndexed(Boolean indexed) |
Set the indexed property: Specifies whether the column values can used for sorting and searching.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withLookup(MicrosoftGraphLookupColumn lookup) |
Set the lookup property: lookupColumn.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withName(String name) |
Set the name property: The API-facing name of the column as it appears in the [fields][] on a [listItem][].
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withNumber(MicrosoftGraphNumberColumn number) |
Set the number property: numberColumn.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withPersonOrGroup(MicrosoftGraphPersonOrGroupColumn personOrGroup) |
Set the personOrGroup property: personOrGroupColumn.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withReadOnly(Boolean readOnly) |
Set the readOnly property: Specifies whether the column values can be modified.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withRequired(Boolean required) |
Set the required property: Specifies whether the column value is not optional.
|
MicrosoftGraphColumnDefinition |
MicrosoftGraphColumnDefinition.withText(MicrosoftGraphTextColumn text) |
Set the text property: textColumn.
|