Class MicrosoftGraphWorkbookOperationError

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookOperationError

public final class MicrosoftGraphWorkbookOperationError extends Object
workbookOperationError.
  • Constructor Details

    • MicrosoftGraphWorkbookOperationError

      public MicrosoftGraphWorkbookOperationError()
      Creates an instance of MicrosoftGraphWorkbookOperationError class.
  • Method Details

    • code

      public String code()
      Get the code property: The error code.
      Returns:
      the code value.
    • withCode

      Set the code property: The error code.
      Parameters:
      code - the code value to set.
      Returns:
      the MicrosoftGraphWorkbookOperationError object itself.
    • innerError

      Get the innerError property: workbookOperationError.
      Returns:
      the innerError value.
    • withInnerError

      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.