Class MicrosoftGraphWorkbookTableRow
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableRow
-
public final class MicrosoftGraphWorkbookTableRow extends MicrosoftGraphEntity
workbookTableRow.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookTableRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookTableRow.Integerindex()Get the index property: Returns the index number of the row within the rows collection of the table.voidvalidate()Validates the instance.Map<String,Object>values()Get the values property: Json.MicrosoftGraphWorkbookTableRowwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookTableRow.MicrosoftGraphWorkbookTableRowwithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookTableRowwithIndex(Integer index)Set the index property: Returns the index number of the row within the rows collection of the table.MicrosoftGraphWorkbookTableRowwithValues(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 row within the rows collection of the table. Zero-indexed. Read-only.- Returns:
- the index value.
-
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.
-
values
public Map<String,Object> values()
Get the values property: Json.- Returns:
- the values value.
-
withValues
public MicrosoftGraphWorkbookTableRow withValues(Map<String,Object> values)
Set the values property: Json.- Parameters:
values- the values value to set.- Returns:
- the MicrosoftGraphWorkbookTableRow object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookTableRow.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookTableRow withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookTableRow.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- 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:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-