Class MicrosoftGraphWorkbookOperationError
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookOperationError
-
public final class MicrosoftGraphWorkbookOperationError extends Object
workbookOperationError.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookOperationError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookOperationError.Stringcode()Get the code property: The error code.MicrosoftGraphWorkbookOperationErrorinnerError()Get the innerError property: workbookOperationError.Stringmessage()Get the message property: The error message.voidvalidate()Validates the instance.MicrosoftGraphWorkbookOperationErrorwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookOperationError.MicrosoftGraphWorkbookOperationErrorwithCode(String code)Set the code property: The error code.MicrosoftGraphWorkbookOperationErrorwithInnerError(MicrosoftGraphWorkbookOperationError innerError)Set the innerError property: workbookOperationError.MicrosoftGraphWorkbookOperationErrorwithMessage(String message)Set the message property: The error message.
-
-
-
Method Detail
-
code
public String code()
Get the code property: The error code.- Returns:
- the code value.
-
withCode
public MicrosoftGraphWorkbookOperationError withCode(String code)
Set the code property: The error code.- Parameters:
code- the code value to set.- Returns:
- the MicrosoftGraphWorkbookOperationError object itself.
-
innerError
public MicrosoftGraphWorkbookOperationError innerError()
Get the innerError property: workbookOperationError.- Returns:
- the innerError value.
-
withInnerError
public MicrosoftGraphWorkbookOperationError withInnerError(MicrosoftGraphWorkbookOperationError innerError)
Set the innerError property: workbookOperationError.- Parameters:
innerError- the innerError value to set.- Returns:
- the MicrosoftGraphWorkbookOperationError object itself.
-
message
public String message()
Get the message property: The error message.- Returns:
- the message value.
-
withMessage
public MicrosoftGraphWorkbookOperationError withMessage(String message)
Set the message property: The error message.- Parameters:
message- the message value to set.- Returns:
- the MicrosoftGraphWorkbookOperationError object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookOperationError.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookOperationError withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookOperationError.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookOperationError object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-