Class MicrosoftGraphWorkbookPivotTable
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookPivotTable
workbookPivotTable.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookPivotTable class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookPivotTable.name()Get the name property: Name of the PivotTable.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookPivotTable.Set the id property: Read-only.Set the name property: Name of the PivotTable.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) Set the worksheet property: workbookWorksheet.Get the worksheet property: workbookWorksheet.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookPivotTable
public MicrosoftGraphWorkbookPivotTable()Creates an instance of MicrosoftGraphWorkbookPivotTable class.
-
-
Method Details
-
name
Get the name property: Name of the PivotTable.- Returns:
- the name value.
-
withName
Set the name property: Name of the PivotTable.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphWorkbookPivotTable object itself.
-
worksheet
Get the worksheet property: workbookWorksheet.- Returns:
- the worksheet value.
-
withWorksheet
Set the worksheet property: workbookWorksheet.- Parameters:
worksheet- the worksheet value to set.- Returns:
- the MicrosoftGraphWorkbookPivotTable object itself.
-
additionalProperties
Get the additionalProperties property: workbookPivotTable.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookPivotTable withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookPivotTable.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookPivotTable object itself.
-
withId
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.
-