Class MicrosoftGraphFreeBusyError

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

public final class MicrosoftGraphFreeBusyError extends Object
freeBusyError.
  • Constructor Details

    • MicrosoftGraphFreeBusyError

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

    • message

      public String message()
      Get the message property: Describes the error.
      Returns:
      the message value.
    • withMessage

      public MicrosoftGraphFreeBusyError withMessage(String message)
      Set the message property: Describes the error.
      Parameters:
      message - the message value to set.
      Returns:
      the MicrosoftGraphFreeBusyError object itself.
    • responseCode

      public String responseCode()
      Get the responseCode property: The response code from querying for the availability of the user, distribution list, or resource.
      Returns:
      the responseCode value.
    • withResponseCode

      public MicrosoftGraphFreeBusyError withResponseCode(String responseCode)
      Set the responseCode property: The response code from querying for the availability of the user, distribution list, or resource.
      Parameters:
      responseCode - the responseCode value to set.
      Returns:
      the MicrosoftGraphFreeBusyError object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: freeBusyError.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphFreeBusyError withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: freeBusyError.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphFreeBusyError object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.