Interface InspectionDataResponse.Builder

    • Method Detail

      • protocol

        InspectionDataResponse.Builder protocol​(String 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

        InspectionDataResponse.Builder headers​(String 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

        InspectionDataResponse.Builder body​(String 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.