Interface InspectionDataResponse.Builder

  • Method Details

    • protocol

      The protocol used to return the HTTP response.

      Parameters:
      protocol - The protocol used to return the HTTP response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      InspectionDataResponse.Builder statusCode(String statusCodeValue)

      The HTTP response status code for the HTTP response.

      Parameters:
      statusCodeValue - The HTTP response status code for the HTTP response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusMessage

      InspectionDataResponse.Builder statusMessage(String statusMessage)

      The message associated with the HTTP status code.

      Parameters:
      statusMessage - The message associated with the HTTP status code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • headers

      The response headers associated with the HTTP response.

      Parameters:
      headers - The response headers associated with the HTTP response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • body

      The HTTP response returned.

      Parameters:
      body - The HTTP response returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.