Class SwaggerCustomDynamicProperties

java.lang.Object
com.azure.resourcemanager.logic.models.SwaggerCustomDynamicProperties

public final class SwaggerCustomDynamicProperties extends Object
The swagger custom dynamic properties.
  • Constructor Details

    • SwaggerCustomDynamicProperties

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

    • operationId

      public String operationId()
      Get the operationId property: The operation id to fetch dynamic schema.
      Returns:
      the operationId value.
    • withOperationId

      public SwaggerCustomDynamicProperties withOperationId(String operationId)
      Set the operationId property: The operation id to fetch dynamic schema.
      Parameters:
      operationId - the operationId value to set.
      Returns:
      the SwaggerCustomDynamicProperties object itself.
    • valuePath

      public String valuePath()
      Get the valuePath property: Json pointer to the dynamic schema on the response body.
      Returns:
      the valuePath value.
    • withValuePath

      public SwaggerCustomDynamicProperties withValuePath(String valuePath)
      Set the valuePath property: Json pointer to the dynamic schema on the response body.
      Parameters:
      valuePath - the valuePath value to set.
      Returns:
      the SwaggerCustomDynamicProperties object itself.
    • parameters

      Get the parameters property: The operation parameters.
      Returns:
      the parameters value.
    • withParameters

      Set the parameters property: The operation parameters.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the SwaggerCustomDynamicProperties object itself.
    • validate

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