@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-03-31T14:50:27.165+02:00[Europe/Berlin]") public class Page extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_FIRST |
static String |
JSON_PROPERTY_IS_FIRST |
static String |
JSON_PROPERTY_IS_LAST |
static String |
JSON_PROPERTY_LAST |
static String |
JSON_PROPERTY_NEXT |
static String |
JSON_PROPERTY_NUMBER |
static String |
JSON_PROPERTY_PAGE_SIZES |
static String |
JSON_PROPERTY_PREVIOUS |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_TOTAL_ITEMS |
static String |
JSON_PROPERTY_TOTAL_PAGES |
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
Page |
addPageSizesItem(PageSize pageSizesItem) |
boolean |
equals(Object o) |
Page |
first(String first) |
String |
getFirst()
path to the first page
|
Boolean |
getIsFirst()
If this is the first page.
|
Boolean |
getIsLast()
If this is the last page.
|
String |
getLast()
path to the last page
|
String |
getNext()
path to the next page
|
Integer |
getNumber()
The 0-based number of the current page.
|
List<PageSize> |
getPageSizes()
Get pageSizes
|
String |
getPrevious()
path to the previous page
|
Integer |
getSize()
The number of items per page.
|
Integer |
getTotalItems()
The total number of items.
|
Integer |
getTotalPages()
The number of total pages.
|
int |
hashCode() |
Page |
isFirst(Boolean isFirst) |
Page |
isLast(Boolean isLast) |
Page |
last(String last) |
Page |
next(String next) |
Page |
number(Integer number) |
Page |
pageSizes(List<PageSize> pageSizes) |
Page |
previous(String previous) |
void |
setFirst(String first) |
void |
setIsFirst(Boolean isFirst) |
void |
setIsLast(Boolean isLast) |
void |
setLast(String last) |
void |
setNext(String next) |
void |
setNumber(Integer number) |
void |
setPageSizes(List<PageSize> pageSizes) |
void |
setPrevious(String previous) |
void |
setSize(Integer size) |
void |
setTotalItems(Integer totalItems) |
void |
setTotalPages(Integer totalPages) |
Page |
size(Integer size) |
String |
toString() |
Page |
totalItems(Integer totalItems) |
Page |
totalPages(Integer totalPages) |
public static final String JSON_PROPERTY_FIRST
public static final String JSON_PROPERTY_PREVIOUS
public static final String JSON_PROPERTY_NEXT
public static final String JSON_PROPERTY_LAST
public static final String JSON_PROPERTY_NUMBER
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_TOTAL_PAGES
public static final String JSON_PROPERTY_TOTAL_ITEMS
public static final String JSON_PROPERTY_IS_FIRST
public static final String JSON_PROPERTY_IS_LAST
public static final String JSON_PROPERTY_PAGE_SIZES
public String getFirst()
public void setFirst(String first)
public String getPrevious()
public void setPrevious(String previous)
public String getNext()
public void setNext(String next)
public String getLast()
public void setLast(String last)
public Integer getNumber()
public void setNumber(Integer number)
public Integer getSize()
public void setSize(Integer size)
public Integer getTotalPages()
public void setTotalPages(Integer totalPages)
public Integer getTotalItems()
public void setTotalItems(Integer totalItems)
public Boolean getIsFirst()
public void setIsFirst(Boolean isFirst)
public Boolean getIsLast()
public void setIsLast(Boolean isLast)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.