setOffset

@NotNull
abstract fun setOffset(offset: Int): PagedQuery<R>

Sets the index of the first result in the query to return.

A default of `0` will be used if it is not set.

Return

The same PagedQuery instance.

Parameters

offset

The index of the first result in the query to return.

Throws

If offset is negative.