Class Cursor

    • Method Summary

      Modifier and Type Method Description
      Cursor.Builder builder()
      Create a builder for building an instance of a model object.
      java.lang.String getAfter()
      Get the key of this Cursor to find the next set of items in a cursor-based paging object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • builder

        public Cursor.Builder builder()
        Description copied from interface: IModelObject
        Create a builder for building an instance of a model object.
        The type of the builder and its methods depend on its corresponding implementation.
        Returns:
        A builder object.