Class EMPage<T>


  • public class EMPage<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EMPage​(java.util.List<T> values, java.lang.String cursor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCursor()  
      java.util.List<T> getValues()  
      • Methods inherited from class java.lang.Object

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

      • EMPage

        public EMPage​(java.util.List<T> values,
                      java.lang.String cursor)
    • Method Detail

      • getValues

        public java.util.List<T> getValues()
      • getCursor

        public java.lang.String getCursor()