Package video.api.client.api.models
Class Page<T>
- java.lang.Object
-
- video.api.client.api.models.Page<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCurrentPage()IntegergetCurrentPageItems()List<T>getItems()IntegergetItemsTotal()List<PaginationLink>getLinks()IntegergetPageSize()IntegergetPagesTotal()Iterator<Page<T>>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-