MicrosoftGraphWorkbookTableColumn Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookTableColumn
- com.
- com.
public final class MicrosoftGraphWorkbookTableColumn
extends MicrosoftGraphEntity
workbookTableColumn.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookTableColumn() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
filter()
Get the filter property: workbook |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
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. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Map<String,Object> |
values()
Get the values property: Json. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withFilter(MicrosoftGraphWorkbookFilter filter)
Set the filter property: workbook |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withIndex(Integer index)
Set the index property: Returns the index number of the column within the columns collection of the table. |
Microsoft |
withName(String name)
Set the name property: Returns the name of the table column. |
Microsoft |
withValues(Map<String,Object> values)
Set the values property: Json. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookTableColumn
public MicrosoftGraphWorkbookTableColumn()
Creates an instance of MicrosoftGraphWorkbookTableColumn class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookTableColumn.
Overrides:
MicrosoftGraphWorkbookTableColumn.additionalProperties()Returns:
filter
public MicrosoftGraphWorkbookFilter filter()
Get the filter property: workbookFilter.
Returns:
fromJson
public static MicrosoftGraphWorkbookTableColumn fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookTableColumn from the JsonReader.
Parameters:
Returns:
Throws:
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:
name
public String name()
Get the name property: Returns the name of the table column.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookTableColumn.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookTableColumn.validate()values
public Map
Get the values property: Json.
Returns:
withAdditionalProperties
public MicrosoftGraphWorkbookTableColumn withAdditionalProperties(Map
Set the additionalProperties property: workbookTableColumn.
Overrides:
MicrosoftGraphWorkbookTableColumn.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withFilter
public MicrosoftGraphWorkbookTableColumn withFilter(MicrosoftGraphWorkbookFilter filter)
Set the filter property: workbookFilter.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookTableColumn withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookTableColumn.withId(String id)Parameters:
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:
Returns:
withName
public MicrosoftGraphWorkbookTableColumn withName(String name)
Set the name property: Returns the name of the table column.
Parameters:
Returns:
withValues
public MicrosoftGraphWorkbookTableColumn withValues(Map
Set the values property: Json.
Parameters:
Returns:
Applies to
Azure SDK for Java