Package sh.ory.model
Class Pagination
java.lang.Object
sh.ory.model.Pagination
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class Pagination extends Object
Pagination
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PAGEstatic StringSERIALIZED_NAME_PER_PAGE -
Constructor Summary
Constructors Constructor Description Pagination() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)LonggetPage()Pagination Page minimum: 1LonggetPerPage()Items per Page This is the number of items per page.inthashCode()Paginationpage(Long page)PaginationperPage(Long perPage)voidsetPage(Long page)voidsetPerPage(Long perPage)StringtoString()
-
Field Details
-
SERIALIZED_NAME_PAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PER_PAGE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Pagination
public Pagination()
-
-
Method Details
-
page
-
getPage
Pagination Page minimum: 1- Returns:
- page
-
setPage
-
perPage
-
getPerPage
Items per Page This is the number of items per page. minimum: 1 maximum: 1000- Returns:
- perPage
-
setPerPage
-
equals
-
hashCode
public int hashCode() -
toString
-