Interface InspectionDataRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InspectionDataRequest.Builder,InspectionDataRequest>, SdkBuilder<InspectionDataRequest.Builder,InspectionDataRequest>, SdkPojo
Enclosing class:
InspectionDataRequest

public static interface InspectionDataRequest.Builder extends SdkPojo, CopyableBuilder<InspectionDataRequest.Builder,InspectionDataRequest>
  • Method Details

    • 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

      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

      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

      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

      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.