MicrosoftGraphWorkbookOperationError Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookOperationError
- com.
Implements
public final class MicrosoftGraphWorkbookOperationError
implements JsonSerializable<MicrosoftGraphWorkbookOperationError>
Represents a workbook operation error.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphWorkbookOperationError() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
code()
Get the code property: The error code. |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
Microsoft |
innerError()
Get the inner |
| String |
message()
Get the message property: The error message. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withCode(String code)
Set the code property: The error code. |
|
Microsoft |
withInnerError(MicrosoftGraphWorkbookOperationError innerError)
Set the inner |
|
Microsoft |
withMessage(String message)
Set the message property: The error message. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookOperationError
public MicrosoftGraphWorkbookOperationError()
Creates an instance of MicrosoftGraphWorkbookOperationError class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookOperationError.
Returns:
code
public String code()
Get the code property: The error code.
Returns:
fromJson
public static MicrosoftGraphWorkbookOperationError fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookOperationError from the JsonReader.
Parameters:
Returns:
Throws:
innerError
public MicrosoftGraphWorkbookOperationError innerError()
Get the innerError property: workbookOperationError.
Returns:
message
public String message()
Get the message property: The error message.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphWorkbookOperationError withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookOperationError.
Parameters:
Returns:
withCode
public MicrosoftGraphWorkbookOperationError withCode(String code)
Set the code property: The error code.
Parameters:
Returns:
withInnerError
public MicrosoftGraphWorkbookOperationError withInnerError(MicrosoftGraphWorkbookOperationError innerError)
Set the innerError property: workbookOperationError.
Parameters:
Returns:
withMessage
public MicrosoftGraphWorkbookOperationError withMessage(String message)
Set the message property: The error message.
Parameters:
Returns: