Builder

public abstract class Builder

Builder for ReplayInteraction.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract ReplayInteraction build()
Link copied to clipboard
@CanIgnoreReturnValue()
public ReplayInteraction.Builder clearRequest()
Clears the value of request field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ReplayInteraction.Builder clearResponse()
Clears the value of response field.
Link copied to clipboard
Setter for request.
@CanIgnoreReturnValue()
public ReplayInteraction.Builder request(ReplayRequest.Builder requestBuilder)
Setter for request builder.
Link copied to clipboard
Setter for response.
@CanIgnoreReturnValue()
public ReplayInteraction.Builder response(ReplayResponse.Builder responseBuilder)
Setter for response builder.