PartialResponse

class PartialResponse<TEntity>(val elements: List<TEntity>, val range: HttpContentRangeHeader?)

Represents a subset of a set of elements.

Parameters

elements

The returned elements.

range

The range the elements come from.

Type Parameters

TEntity

The type of element the response contains.

Constructors

Link copied to clipboard
constructor(elements: List<TEntity>, range: HttpContentRangeHeader?)

Properties

Link copied to clipboard
Link copied to clipboard

Indicates whether the response reaches the end of the elements available on the server.

Link copied to clipboard