Class MicrosoftGraphWorkbookTableColumn
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableColumn
workbookTableColumn.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookTableColumn class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookTableColumn.filter()Get the filter property: workbookFilter.index()Get the index property: Returns the index number of the column within the columns collection of the table.name()Get the name property: Returns the name of the table column.voidvalidate()Validates the instance.values()Get the values property: Json.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookTableColumn.Set the filter property: workbookFilter.Set the id property: Read-only.Set the index property: Returns the index number of the column within the columns collection of the table.Set the name property: Returns the name of the table column.withValues(Map<String, Object> values) Set the values property: Json.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookTableColumn
public MicrosoftGraphWorkbookTableColumn()Creates an instance of MicrosoftGraphWorkbookTableColumn class.
-
-
Method Details
-
index
Get the index property: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.- Returns:
- the index value.
-
withIndex
Set the index property: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.- Parameters:
index- the index value to set.- Returns:
- the MicrosoftGraphWorkbookTableColumn object itself.
-
name
Get the name property: Returns the name of the table column.- Returns:
- the name value.
-
withName
Set the name property: Returns the name of the table column.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphWorkbookTableColumn object itself.
-
values
Get the values property: Json.- Returns:
- the values value.
-
withValues
Set the values property: Json.- Parameters:
values- the values value to set.- Returns:
- the MicrosoftGraphWorkbookTableColumn object itself.
-
filter
Get the filter property: workbookFilter.- Returns:
- the filter value.
-
withFilter
Set the filter property: workbookFilter.- Parameters:
filter- the filter value to set.- Returns:
- the MicrosoftGraphWorkbookTableColumn object itself.
-
additionalProperties
Get the additionalProperties property: workbookTableColumn.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookTableColumn withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookTableColumn.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookTableColumn object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-