Interface SendApiAssetResponse.Builder

  • Method Details

    • body

      The response body from the underlying API tracked by the API asset.

      Parameters:
      body - The response body from the underlying API tracked by the API asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • responseHeaders

      SendApiAssetResponse.Builder responseHeaders(Map<String,String> responseHeaders)

      The response headers from the underlying API tracked by the API asset.

      Parameters:
      responseHeaders - The response headers from the underlying API tracked by the API asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.