MicrosoftGraphColumnDefinition Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphColumnDefinition
- com.
- com.
public final class MicrosoftGraphColumnDefinition
extends MicrosoftGraphEntity
columnDefinition.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphColumnDefinition() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Map<String,Object> |
booleanProperty()
Get the boolean |
Microsoft |
calculated()
Get the calculated property: calculated |
Microsoft |
choice()
Get the choice property: choice |
String |
columnGroup()
Get the column |
Microsoft |
currency()
Get the currency property: currency |
Microsoft |
dateTime()
Get the date |
Microsoft |
defaultValue()
Get the default |
String |
description()
Get the description property: The user-facing description of the column. |
String |
displayName()
Get the display |
Boolean |
enforceUniqueValues()
Get the enforce |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Map<String,Object> |
geolocation()
Get the geolocation property: geolocation |
Boolean |
hidden()
Get the hidden property: Specifies whether the column is displayed in the user interface. |
Boolean |
indexed()
Get the indexed property: Specifies whether the column values can used for sorting and searching. |
Microsoft |
lookup()
Get the lookup property: lookup |
String |
name()
Get the name property: The API-facing name of the column as it appears in the [fields][] on a [list |
Microsoft |
number()
Get the number property: number |
Microsoft |
personOrGroup()
Get the person |
Boolean |
readOnly()
Get the read |
Boolean |
required()
Get the required property: Specifies whether the column value is not optional. |
Microsoft |
text()
Get the text property: text |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withBooleanProperty(Map<String,Object> booleanProperty)
Set the boolean |
Microsoft |
withCalculated(MicrosoftGraphCalculatedColumn calculated)
Set the calculated property: calculated |
Microsoft |
withChoice(MicrosoftGraphChoiceColumn choice)
Set the choice property: choice |
Microsoft |
withColumnGroup(String columnGroup)
Set the column |
Microsoft |
withCurrency(MicrosoftGraphCurrencyColumn currency)
Set the currency property: currency |
Microsoft |
withDateTime(MicrosoftGraphDateTimeColumn dateTime)
Set the date |
Microsoft |
withDefaultValue(MicrosoftGraphDefaultColumnValue defaultValue)
Set the default |
Microsoft |
withDescription(String description)
Set the description property: The user-facing description of the column. |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withEnforceUniqueValues(Boolean enforceUniqueValues)
Set the enforce |
Microsoft |
withGeolocation(Map<String,Object> geolocation)
Set the geolocation property: geolocation |
Microsoft |
withHidden(Boolean hidden)
Set the hidden property: Specifies whether the column is displayed in the user interface. |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withIndexed(Boolean indexed)
Set the indexed property: Specifies whether the column values can used for sorting and searching. |
Microsoft |
withLookup(MicrosoftGraphLookupColumn lookup)
Set the lookup property: lookup |
Microsoft |
withName(String name)
Set the name property: The API-facing name of the column as it appears in the [fields][] on a [list |
Microsoft |
withNumber(MicrosoftGraphNumberColumn number)
Set the number property: number |
Microsoft |
withPersonOrGroup(MicrosoftGraphPersonOrGroupColumn personOrGroup)
Set the person |
Microsoft |
withReadOnly(Boolean readOnly)
Set the read |
Microsoft |
withRequired(Boolean required)
Set the required property: Specifies whether the column value is not optional. |
Microsoft |
withText(MicrosoftGraphTextColumn text)
Set the text property: text |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphColumnDefinition
public MicrosoftGraphColumnDefinition()
Creates an instance of MicrosoftGraphColumnDefinition class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: columnDefinition.
Overrides:
MicrosoftGraphColumnDefinition.additionalProperties()Returns:
booleanProperty
public Map
Get the booleanProperty property: booleanColumn.
Returns:
calculated
public MicrosoftGraphCalculatedColumn calculated()
Get the calculated property: calculatedColumn.
Returns:
choice
public MicrosoftGraphChoiceColumn choice()
Get the choice property: choiceColumn.
Returns:
columnGroup
public String columnGroup()
Get the columnGroup property: For site columns, the name of the group this column belongs to. Helps organize related columns.
Returns:
currency
public MicrosoftGraphCurrencyColumn currency()
Get the currency property: currencyColumn.
Returns:
dateTime
public MicrosoftGraphDateTimeColumn dateTime()
Get the dateTime property: dateTimeColumn.
Returns:
defaultValue
public MicrosoftGraphDefaultColumnValue defaultValue()
Get the defaultValue property: defaultColumnValue.
Returns:
description
public String description()
Get the description property: The user-facing description of the column.
Returns:
displayName
public String displayName()
Get the displayName property: The user-facing name of the column.
Returns:
enforceUniqueValues
public Boolean enforceUniqueValues()
Get the enforceUniqueValues property: If true, no two list items may have the same value for this column.
Returns:
fromJson
public static MicrosoftGraphColumnDefinition fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphColumnDefinition from the JsonReader.
Parameters:
Returns:
Throws:
geolocation
public Map
Get the geolocation property: geolocationColumn.
Returns:
hidden
public Boolean hidden()
Get the hidden property: Specifies whether the column is displayed in the user interface.
Returns:
indexed
public Boolean indexed()
Get the indexed property: Specifies whether the column values can used for sorting and searching.
Returns:
lookup
public MicrosoftGraphLookupColumn lookup()
Get the lookup property: lookupColumn.
Returns:
name
public String name()
Get the name property: The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.
Returns:
number
public MicrosoftGraphNumberColumn number()
Get the number property: numberColumn.
Returns:
personOrGroup
public MicrosoftGraphPersonOrGroupColumn personOrGroup()
Get the personOrGroup property: personOrGroupColumn.
Returns:
readOnly
public Boolean readOnly()
Get the readOnly property: Specifies whether the column values can be modified.
Returns:
required
public Boolean required()
Get the required property: Specifies whether the column value is not optional.
Returns:
text
public MicrosoftGraphTextColumn text()
Get the text property: textColumn.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphColumnDefinition.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphColumnDefinition.validate()withAdditionalProperties
public MicrosoftGraphColumnDefinition withAdditionalProperties(Map
Set the additionalProperties property: columnDefinition.
Overrides:
MicrosoftGraphColumnDefinition.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withBooleanProperty
public MicrosoftGraphColumnDefinition withBooleanProperty(Map
Set the booleanProperty property: booleanColumn.
Parameters:
Returns:
withCalculated
public MicrosoftGraphColumnDefinition withCalculated(MicrosoftGraphCalculatedColumn calculated)
Set the calculated property: calculatedColumn.
Parameters:
Returns:
withChoice
public MicrosoftGraphColumnDefinition withChoice(MicrosoftGraphChoiceColumn choice)
Set the choice property: choiceColumn.
Parameters:
Returns:
withColumnGroup
public MicrosoftGraphColumnDefinition withColumnGroup(String columnGroup)
Set the columnGroup property: For site columns, the name of the group this column belongs to. Helps organize related columns.
Parameters:
Returns:
withCurrency
public MicrosoftGraphColumnDefinition withCurrency(MicrosoftGraphCurrencyColumn currency)
Set the currency property: currencyColumn.
Parameters:
Returns:
withDateTime
public MicrosoftGraphColumnDefinition withDateTime(MicrosoftGraphDateTimeColumn dateTime)
Set the dateTime property: dateTimeColumn.
Parameters:
Returns:
withDefaultValue
public MicrosoftGraphColumnDefinition withDefaultValue(MicrosoftGraphDefaultColumnValue defaultValue)
Set the defaultValue property: defaultColumnValue.
Parameters:
Returns:
withDescription
public MicrosoftGraphColumnDefinition withDescription(String description)
Set the description property: The user-facing description of the column.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphColumnDefinition withDisplayName(String displayName)
Set the displayName property: The user-facing name of the column.
Parameters:
Returns:
withEnforceUniqueValues
public MicrosoftGraphColumnDefinition withEnforceUniqueValues(Boolean enforceUniqueValues)
Set the enforceUniqueValues property: If true, no two list items may have the same value for this column.
Parameters:
Returns:
withGeolocation
public MicrosoftGraphColumnDefinition withGeolocation(Map
Set the geolocation property: geolocationColumn.
Parameters:
Returns:
withHidden
public MicrosoftGraphColumnDefinition withHidden(Boolean hidden)
Set the hidden property: Specifies whether the column is displayed in the user interface.
Parameters:
Returns:
withId
public MicrosoftGraphColumnDefinition withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphColumnDefinition.withId(String id)Parameters:
withIndexed
public MicrosoftGraphColumnDefinition withIndexed(Boolean indexed)
Set the indexed property: Specifies whether the column values can used for sorting and searching.
Parameters:
Returns:
withLookup
public MicrosoftGraphColumnDefinition withLookup(MicrosoftGraphLookupColumn lookup)
Set the lookup property: lookupColumn.
Parameters:
Returns:
withName
public MicrosoftGraphColumnDefinition withName(String name)
Set the name property: The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.
Parameters:
Returns:
withNumber
public MicrosoftGraphColumnDefinition withNumber(MicrosoftGraphNumberColumn number)
Set the number property: numberColumn.
Parameters:
Returns:
withPersonOrGroup
public MicrosoftGraphColumnDefinition withPersonOrGroup(MicrosoftGraphPersonOrGroupColumn personOrGroup)
Set the personOrGroup property: personOrGroupColumn.
Parameters:
Returns:
withReadOnly
public MicrosoftGraphColumnDefinition withReadOnly(Boolean readOnly)
Set the readOnly property: Specifies whether the column values can be modified.
Parameters:
Returns:
withRequired
public MicrosoftGraphColumnDefinition withRequired(Boolean required)
Set the required property: Specifies whether the column value is not optional.
Parameters:
Returns:
withText
public MicrosoftGraphColumnDefinition withText(MicrosoftGraphTextColumn text)
Set the text property: textColumn.
Parameters:
Returns:
Applies to
Azure SDK for Java