Interface InspectionDataRequest.Builder

    • Method Detail

      • protocol

        InspectionDataRequest.Builder protocol​(String protocol)

        The protocol used to make the HTTP request.

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

        InspectionDataRequest.Builder method​(String method)

        The HTTP method used for the HTTP request.

        Parameters:
        method - The HTTP method used for the HTTP request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        InspectionDataRequest.Builder url​(String url)

        The API endpoint used for the HTTP request.

        Parameters:
        url - The API endpoint used for the HTTP request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • headers

        InspectionDataRequest.Builder headers​(String headers)

        The request headers associated with the HTTP request.

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

        InspectionDataRequest.Builder body​(String body)

        The request body for the HTTP request.

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