你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphWorkbookOperation Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookOperation
- com.
- com.
public final class MicrosoftGraphWorkbookOperation
extends MicrosoftGraphEntity
workbookOperation.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookOperation() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
error()
Get the error property: workbook |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
resourceLocation()
Get the resource |
Microsoft |
status()
Get the status property: workbook |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withError(MicrosoftGraphWorkbookOperationError error)
Set the error property: workbook |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withResourceLocation(String resourceLocation)
Set the resource |
Microsoft |
withStatus(MicrosoftGraphWorkbookOperationStatus status)
Set the status property: workbook |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookOperation
public MicrosoftGraphWorkbookOperation()
Creates an instance of MicrosoftGraphWorkbookOperation class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookOperation.
Overrides:
MicrosoftGraphWorkbookOperation.additionalProperties()Returns:
error
public MicrosoftGraphWorkbookOperationError error()
Get the error property: workbookOperationError.
Returns:
fromJson
public static MicrosoftGraphWorkbookOperation fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookOperation from the JsonReader.
Parameters:
Returns:
Throws:
resourceLocation
public String resourceLocation()
Get the resourceLocation property: The resource URI for the result.
Returns:
status
public MicrosoftGraphWorkbookOperationStatus status()
Get the status property: workbookOperationStatus.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookOperation.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookOperation.validate()withAdditionalProperties
public MicrosoftGraphWorkbookOperation withAdditionalProperties(Map
Set the additionalProperties property: workbookOperation.
Overrides:
MicrosoftGraphWorkbookOperation.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withError
public MicrosoftGraphWorkbookOperation withError(MicrosoftGraphWorkbookOperationError error)
Set the error property: workbookOperationError.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookOperation withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookOperation.withId(String id)Parameters:
withResourceLocation
public MicrosoftGraphWorkbookOperation withResourceLocation(String resourceLocation)
Set the resourceLocation property: The resource URI for the result.
Parameters:
Returns:
withStatus
public MicrosoftGraphWorkbookOperation withStatus(MicrosoftGraphWorkbookOperationStatus status)
Set the status property: workbookOperationStatus.
Parameters:
Returns: