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