Class MicrosoftGraphWorkbookOperation
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookOperation
workbookOperation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookOperation class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookOperation.error()Get the error property: workbookOperationError.Get the resourceLocation property: The resource URI for the result.status()Get the status property: workbookOperationStatus.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookOperation.Set the error property: workbookOperationError.Set the id property: Read-only.withResourceLocation(String resourceLocation) Set the resourceLocation property: The resource URI for the result.Set the status property: workbookOperationStatus.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookOperation
public MicrosoftGraphWorkbookOperation()Creates an instance of MicrosoftGraphWorkbookOperation class.
-
-
Method Details
-
error
Get the error property: workbookOperationError.- Returns:
- the error value.
-
withError
Set the error property: workbookOperationError.- Parameters:
error- the error value to set.- Returns:
- the MicrosoftGraphWorkbookOperation object itself.
-
resourceLocation
Get the resourceLocation property: The resource URI for the result.- Returns:
- the resourceLocation value.
-
withResourceLocation
Set the resourceLocation property: The resource URI for the result.- Parameters:
resourceLocation- the resourceLocation value to set.- Returns:
- the MicrosoftGraphWorkbookOperation object itself.
-
status
Get the status property: workbookOperationStatus.- Returns:
- the status value.
-
withStatus
Set the status property: workbookOperationStatus.- Parameters:
status- the status value to set.- Returns:
- the MicrosoftGraphWorkbookOperation object itself.
-
additionalProperties
Get the additionalProperties property: workbookOperation.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookOperation withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookOperation.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookOperation 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.
-