Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphColumnDefinition
Packages that use MicrosoftGraphColumnDefinition
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphColumnDefinition in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphColumnDefinitionModifier and TypeMethodDescriptionMicrosoftGraphColumnDefinition.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: columnDefinition.MicrosoftGraphColumnDefinition.withBooleanProperty(Map<String, Object> booleanProperty) Set the booleanProperty property: booleanColumn.MicrosoftGraphColumnDefinition.withCalculated(MicrosoftGraphCalculatedColumn calculated) Set the calculated property: calculatedColumn.MicrosoftGraphColumnDefinition.withChoice(MicrosoftGraphChoiceColumn choice) Set the choice property: choiceColumn.MicrosoftGraphColumnDefinition.withColumnGroup(String columnGroup) Set the columnGroup property: For site columns, the name of the group this column belongs to.MicrosoftGraphColumnDefinition.withCurrency(MicrosoftGraphCurrencyColumn currency) Set the currency property: currencyColumn.MicrosoftGraphColumnDefinition.withDateTime(MicrosoftGraphDateTimeColumn dateTime) Set the dateTime property: dateTimeColumn.MicrosoftGraphColumnDefinition.withDefaultValue(MicrosoftGraphDefaultColumnValue defaultValue) Set the defaultValue property: defaultColumnValue.MicrosoftGraphColumnDefinition.withDescription(String description) Set the description property: The user-facing description of the column.MicrosoftGraphColumnDefinition.withDisplayName(String displayName) Set the displayName property: The user-facing name of the column.MicrosoftGraphColumnDefinition.withEnforceUniqueValues(Boolean enforceUniqueValues) Set the enforceUniqueValues property: If true, no two list items may have the same value for this column.MicrosoftGraphColumnDefinition.withGeolocation(Map<String, Object> geolocation) Set the geolocation property: geolocationColumn.MicrosoftGraphColumnDefinition.withHidden(Boolean hidden) Set the hidden property: Specifies whether the column is displayed in the user interface.Set the id property: Read-only.MicrosoftGraphColumnDefinition.withIndexed(Boolean indexed) Set the indexed property: Specifies whether the column values can used for sorting and searching.MicrosoftGraphColumnDefinition.withLookup(MicrosoftGraphLookupColumn lookup) Set the lookup property: lookupColumn.Set the name property: The API-facing name of the column as it appears in the [fields][] on a [listItem][].MicrosoftGraphColumnDefinition.withNumber(MicrosoftGraphNumberColumn number) Set the number property: numberColumn.MicrosoftGraphColumnDefinition.withPersonOrGroup(MicrosoftGraphPersonOrGroupColumn personOrGroup) Set the personOrGroup property: personOrGroupColumn.MicrosoftGraphColumnDefinition.withReadOnly(Boolean readOnly) Set the readOnly property: Specifies whether the column values can be modified.MicrosoftGraphColumnDefinition.withRequired(Boolean required) Set the required property: Specifies whether the column value is not optional.MicrosoftGraphColumnDefinition.withText(MicrosoftGraphTextColumn text) Set the text property: textColumn.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphColumnDefinitionModifier and TypeMethodDescriptionMicrosoftGraphList.columns()Get the columns property: The collection of field definitions for this list.MicrosoftGraphSite.columns()Get the columns property: The collection of column definitions reusable across lists under this site.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphColumnDefinitionModifier and TypeMethodDescriptionMicrosoftGraphList.withColumns(List<MicrosoftGraphColumnDefinition> columns) Set the columns property: The collection of field definitions for this list.MicrosoftGraphSite.withColumns(List<MicrosoftGraphColumnDefinition> columns) Set the columns property: The collection of column definitions reusable across lists under this site.