Class Cursor.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      Cursor build()
      Build a model object with the information set in the builder object.
      Cursor.Builder setAfter​(java.lang.String after)
      The after key setter.
      • Methods inherited from class java.lang.Object

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

      • Builder

        public Builder()
    • Method Detail

      • setAfter

        public Cursor.Builder setAfter​(java.lang.String after)
        The after key setter.
        Parameters:
        after - The cursor to use as key to find the next page of items.
        Returns:
        A Cursor.Builder.
      • build

        public Cursor build()
        Description copied from interface: IModelObject.Builder
        Build a model object with the information set in the builder object.
        The type of the model object and its methods depend on its corresponding implementation.
        Returns:
        A model object.