Builder

class Builder(val requestId: RequestId, val encoding: EncodedResponseEncoding)

A builder for GetEncodedResponseRequest, which allows setting the optional parameters of the AuditsDomain.getEncodedResponse command via a lambda.

Constructors

Link copied to clipboard
constructor(requestId: RequestId, encoding: EncodedResponseEncoding)

Properties

Link copied to clipboard

The encoding to use.

Link copied to clipboard

The quality of the encoding (0-1). (defaults to 1)

Link copied to clipboard

Identifier of the network request to get content for.

Link copied to clipboard

Whether to only return the size information (defaults to false).

Functions

Link copied to clipboard