Builder

public abstract class Builder

Builder for ReplayRequest.

Constructors

Link copied to clipboard
public void ReplayRequest.Builder()

Functions

Link copied to clipboard
public abstract ReplayRequest.Builder bodySegments(List<Map<String, Object>> bodySegments)
@CanIgnoreReturnValue()
public ReplayRequest.Builder bodySegments(Array<Map<String, Object>> bodySegments)
Setter for bodySegments.
Link copied to clipboard
public abstract ReplayRequest build()
Link copied to clipboard
@CanIgnoreReturnValue()
public ReplayRequest.Builder clearBodySegments()
Clears the value of bodySegments field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ReplayRequest.Builder clearHeaders()
Clears the value of headers field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ReplayRequest.Builder clearMethod()
Clears the value of method field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ReplayRequest.Builder clearUrl()
Clears the value of url field.
Link copied to clipboard
public abstract ReplayRequest.Builder headers(Map<String, String> headers)
Setter for headers.
Link copied to clipboard
public abstract ReplayRequest.Builder method(String method)
Setter for method.
Link copied to clipboard
public abstract ReplayRequest.Builder url(String url)
Setter for url.