Class MicrosoftGraphWorkbookTableColumn
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableColumn
-
public final class MicrosoftGraphWorkbookTableColumn extends MicrosoftGraphEntity
workbookTableColumn.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookTableColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: workbookTableColumn.MicrosoftGraphWorkbookFilter
filter()
Get the filter property: workbookFilter.Integer
index()
Get the index property: Returns the index number of the column within the columns collection of the table.String
name()
Get the name property: Returns the name of the table column.void
validate()
Validates the instance.Map<String,Object>
values()
Get the values property: Json.MicrosoftGraphWorkbookTableColumn
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookTableColumn.MicrosoftGraphWorkbookTableColumn
withFilter(MicrosoftGraphWorkbookFilter filter)
Set the filter property: workbookFilter.MicrosoftGraphWorkbookTableColumn
withId(String id)
Set the id property: Read-only.MicrosoftGraphWorkbookTableColumn
withIndex(Integer index)
Set the index property: Returns the index number of the column within the columns collection of the table.MicrosoftGraphWorkbookTableColumn
withName(String name)
Set the name property: Returns the name of the table column.MicrosoftGraphWorkbookTableColumn
withValues(Map<String,Object> values)
Set the values property: Json.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
index
public Integer 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
public MicrosoftGraphWorkbookTableColumn withIndex(Integer index)
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
public String name()
Get the name property: Returns the name of the table column.- Returns:
- the name value.
-
withName
public MicrosoftGraphWorkbookTableColumn withName(String name)
Set the name property: Returns the name of the table column.- Parameters:
name
- the name value to set.- Returns:
- the MicrosoftGraphWorkbookTableColumn object itself.
-
values
public Map<String,Object> values()
Get the values property: Json.- Returns:
- the values value.
-
withValues
public MicrosoftGraphWorkbookTableColumn withValues(Map<String,Object> values)
Set the values property: Json.- Parameters:
values
- the values value to set.- Returns:
- the MicrosoftGraphWorkbookTableColumn object itself.
-
filter
public MicrosoftGraphWorkbookFilter filter()
Get the filter property: workbookFilter.- Returns:
- the filter value.
-
withFilter
public MicrosoftGraphWorkbookTableColumn withFilter(MicrosoftGraphWorkbookFilter filter)
Set the filter property: workbookFilter.- Parameters:
filter
- the filter value to set.- Returns:
- the MicrosoftGraphWorkbookTableColumn object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookTableColumn.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookTableColumn withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookTableColumn.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookTableColumn object itself.
-
withId
public MicrosoftGraphWorkbookTableColumn withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-