cursor method

  1. @override
RequestBuilder cursor (
  1. String cursor
)
override

Sets cursor parameter on the request. A cursor is a value that points to a specific location in a collection of resources. The cursor attribute itself is an opaque value meaning that users should not try to parse it.

Implementation

@override
RequestBuilder cursor(String cursor) {
  throw new Exception("Not implemented yet.");
}