Interface QueryParameter.Builder

  • Method Details

    • name

      The name of the query parameter. A query parameter name must start with a letter or underscore, and contain only letters, digits, and underscores.

      Parameters:
      name - The name of the query parameter. A query parameter name must start with a letter or underscore, and contain only letters, digits, and underscores.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultValue

      QueryParameter.Builder defaultValue(String defaultValue)

      The default value to use for this query parameter if no value is supplied at execution time.

      Parameters:
      defaultValue - The default value to use for this query parameter if no value is supplied at execution time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      QueryParameter.Builder description(String description)

      A description of the query parameter that explains its purpose or expected values.

      Parameters:
      description - A description of the query parameter that explains its purpose or expected values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.