Package com.dnsimple.response
Class Pagination
- java.lang.Object
-
- com.dnsimple.response.Pagination
-
public class Pagination extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Pagination(java.lang.Integer currentPage, java.lang.Integer perPage, java.lang.Integer totalEntries, java.lang.Integer totalPages)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Paginationempty()java.lang.IntegergetCurrentPage()java.lang.IntegergetPerPage()java.lang.IntegergetTotalEntries()java.lang.IntegergetTotalPages()
-
-
-
Method Detail
-
empty
public static Pagination empty()
-
getCurrentPage
public java.lang.Integer getCurrentPage()
-
getPerPage
public java.lang.Integer getPerPage()
-
getTotalEntries
public java.lang.Integer getTotalEntries()
-
getTotalPages
public java.lang.Integer getTotalPages()
-
-