Interface ParsedQueryComponent.Builder

  • Method Details

    • startIndex

      ParsedQueryComponent.Builder startIndex(Integer startIndex)

      Start index of the parsed query component.

      Parameters:
      startIndex - Start index of the parsed query component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endIndex

      End index of the parsed query component.

      Parameters:
      endIndex - End index of the parsed query component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      Value of the parsed query component.

      Parameters:
      value - Value of the parsed query component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryComponent

      ParsedQueryComponent.Builder queryComponent(String queryComponent)

      The address component that the parsed query component corresponds to.

      Parameters:
      queryComponent - The address component that the parsed query component corresponds to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.