MicrosoftGraphWorkbookTableColumn Class

public final class MicrosoftGraphWorkbookTableColumn
extends MicrosoftGraphEntity

workbookTableColumn.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookTableColumn()

Creates an instance of MicrosoftGraphWorkbookTableColumn class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: workbookTableColumn.

MicrosoftGraphWorkbookFilter filter()

Get the filter property: workbookFilter.

static MicrosoftGraphWorkbookTableColumn fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookTableColumn from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
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 MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookTableColumn

public MicrosoftGraphWorkbookTableColumn()

Creates an instance of MicrosoftGraphWorkbookTableColumn class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookTableColumn.

Overrides:

MicrosoftGraphWorkbookTableColumn.additionalProperties()

Returns:

the additionalProperties value.

filter

public MicrosoftGraphWorkbookFilter filter()

Get the filter property: workbookFilter.

Returns:

the filter value.

fromJson

public static MicrosoftGraphWorkbookTableColumn fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookTableColumn from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphWorkbookTableColumn if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphWorkbookTableColumn.

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.

name

public String name()

Get the name property: Returns the name of the table column.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookTableColumn.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookTableColumn.validate()

values

public Map values()

Get the values property: Json.

Returns:

the values value.

withAdditionalProperties

public MicrosoftGraphWorkbookTableColumn withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookTableColumn.

Overrides:

MicrosoftGraphWorkbookTableColumn.withAdditionalProperties(Map<String,Object> additionalProperties)

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookTableColumn object itself.

withFilter

public MicrosoftGraphWorkbookTableColumn withFilter(MicrosoftGraphWorkbookFilter filter)

Set the filter property: workbookFilter.

Parameters:

filter - the filter value to set.

Returns:

the MicrosoftGraphWorkbookTableColumn object itself.

withId

public MicrosoftGraphWorkbookTableColumn withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookTableColumn.withId(String id)

Parameters:

id

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.

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.

withValues

public MicrosoftGraphWorkbookTableColumn withValues(Map values)

Set the values property: Json.

Parameters:

values - the values value to set.

Returns:

the MicrosoftGraphWorkbookTableColumn object itself.

Applies to