body
Sets the response body and returns this builder for chaining.
Java-friendly fluent alternative to the body property setter.
Example:
builder.body(myObject).status(200).header("X-Custom", "value");Content copied to clipboard
Return
This builder instance.
Parameters
value
The response body value.