Class MicrosoftGraphWorkbookPivotTable
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookPivotTable
-
public final class MicrosoftGraphWorkbookPivotTable extends MicrosoftGraphEntity
workbookPivotTable.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookPivotTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: workbookPivotTable.String
name()
Get the name property: Name of the PivotTable.void
validate()
Validates the instance.MicrosoftGraphWorkbookPivotTable
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookPivotTable.MicrosoftGraphWorkbookPivotTable
withId(String id)
Set the id property: Read-only.MicrosoftGraphWorkbookPivotTable
withName(String name)
Set the name property: Name of the PivotTable.MicrosoftGraphWorkbookPivotTable
withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)
Set the worksheet property: workbookWorksheet.MicrosoftGraphWorkbookWorksheet
worksheet()
Get the worksheet property: workbookWorksheet.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of the PivotTable.- Returns:
- the name value.
-
withName
public MicrosoftGraphWorkbookPivotTable withName(String name)
Set the name property: Name of the PivotTable.- Parameters:
name
- the name value to set.- Returns:
- the MicrosoftGraphWorkbookPivotTable object itself.
-
worksheet
public MicrosoftGraphWorkbookWorksheet worksheet()
Get the worksheet property: workbookWorksheet.- Returns:
- the worksheet value.
-
withWorksheet
public MicrosoftGraphWorkbookPivotTable withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)
Set the worksheet property: workbookWorksheet.- Parameters:
worksheet
- the worksheet value to set.- Returns:
- the MicrosoftGraphWorkbookPivotTable object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookPivotTable.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookPivotTable withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookPivotTable.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookPivotTable object itself.
-
withId
public MicrosoftGraphWorkbookPivotTable withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-