Compartilhar via


MicrosoftGraphWorkbookTableRow Class

public final class MicrosoftGraphWorkbookTableRow
extends MicrosoftGraphEntity

workbookTableRow.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookTableRow()

Creates an instance of MicrosoftGraphWorkbookTableRow class.

Method Summary

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

Get the additionalProperties property: workbookTableRow.

static MicrosoftGraphWorkbookTableRow fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookTableRow from the JsonReader.

Integer index()

Get the index property: Returns the index number of the row within the rows collection of the table.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Map<String,Object> values()

Get the values property: Json.

MicrosoftGraphWorkbookTableRow withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookTableRow.

MicrosoftGraphWorkbookTableRow withId(String id)

Set the id property: Read-only.

MicrosoftGraphWorkbookTableRow withIndex(Integer index)

Set the index property: Returns the index number of the row within the rows collection of the table.

MicrosoftGraphWorkbookTableRow withValues(Map<String,Object> values)

Set the values property: Json.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookTableRow

public MicrosoftGraphWorkbookTableRow()

Creates an instance of MicrosoftGraphWorkbookTableRow class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookTableRow.

Overrides:

MicrosoftGraphWorkbookTableRow.additionalProperties()

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphWorkbookTableRow fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookTableRow from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphWorkbookTableRow 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 MicrosoftGraphWorkbookTableRow.

index

public Integer index()

Get the index property: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only.

Returns:

the index value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookTableRow.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookTableRow.validate()

values

public Map values()

Get the values property: Json.

Returns:

the values value.

withAdditionalProperties

public MicrosoftGraphWorkbookTableRow withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookTableRow.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookTableRow object itself.

withId

public MicrosoftGraphWorkbookTableRow withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookTableRow.withId(String id)

Parameters:

id

withIndex

public MicrosoftGraphWorkbookTableRow withIndex(Integer index)

Set the index property: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only.

Parameters:

index - the index value to set.

Returns:

the MicrosoftGraphWorkbookTableRow object itself.

withValues

public MicrosoftGraphWorkbookTableRow withValues(Map values)

Set the values property: Json.

Parameters:

values - the values value to set.

Returns:

the MicrosoftGraphWorkbookTableRow object itself.

Applies to