Class CursorArg

java.lang.Object
ubic.gemma.rest.util.args.AbstractArg<Cursor>
ubic.gemma.rest.util.args.CursorArg
All Implemented Interfaces:
Arg<Cursor>

public class CursorArg extends AbstractArg<Cursor>
Argument representing an opaque cursor for keyset (cursor) pagination.

The wire format is a base64url-encoded JSON payload. Clients should treat the value as opaque — pass back exactly what the server emitted in the previous response's nextCursor / prevCursor field.

Author:
phase3