Class MicrosoftGraphWorkbookOperation
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookOperation
-
public final class MicrosoftGraphWorkbookOperation extends MicrosoftGraphEntity
workbookOperation.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookOperation.MicrosoftGraphWorkbookOperationErrorerror()Get the error property: workbookOperationError.StringresourceLocation()Get the resourceLocation property: The resource URI for the result.MicrosoftGraphWorkbookOperationStatusstatus()Get the status property: The status property.voidvalidate()Validates the instance.MicrosoftGraphWorkbookOperationwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookOperation.MicrosoftGraphWorkbookOperationwithError(MicrosoftGraphWorkbookOperationError error)Set the error property: workbookOperationError.MicrosoftGraphWorkbookOperationwithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookOperationwithResourceLocation(String resourceLocation)Set the resourceLocation property: The resource URI for the result.MicrosoftGraphWorkbookOperationwithStatus(MicrosoftGraphWorkbookOperationStatus status)Set the status property: The status property.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
error
public MicrosoftGraphWorkbookOperationError error()
Get the error property: workbookOperationError.- Returns:
- the error value.
-
withError
public MicrosoftGraphWorkbookOperation withError(MicrosoftGraphWorkbookOperationError error)
Set the error property: workbookOperationError.- Parameters:
error- the error value to set.- Returns:
- the MicrosoftGraphWorkbookOperation object itself.
-
resourceLocation
public String resourceLocation()
Get the resourceLocation property: The resource URI for the result.- Returns:
- the resourceLocation value.
-
withResourceLocation
public MicrosoftGraphWorkbookOperation withResourceLocation(String resourceLocation)
Set the resourceLocation property: The resource URI for the result.- Parameters:
resourceLocation- the resourceLocation value to set.- Returns:
- the MicrosoftGraphWorkbookOperation object itself.
-
status
public MicrosoftGraphWorkbookOperationStatus status()
Get the status property: The status property.- Returns:
- the status value.
-
withStatus
public MicrosoftGraphWorkbookOperation withStatus(MicrosoftGraphWorkbookOperationStatus status)
Set the status property: The status property.- Parameters:
status- the status value to set.- Returns:
- the MicrosoftGraphWorkbookOperation object itself.
-
additionalProperties
public Map<String,Object> 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
public MicrosoftGraphWorkbookOperation 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.
-
-