@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class PageBeanUserDetails extends Object
| Constructor and Description |
|---|
PageBeanUserDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getIsLast()
Whether this is the last page.
|
Integer |
getMaxResults()
The maximum number of items that could be returned.
|
URI |
getNextPage()
If there is another page of results, the URL of the next page.
|
URI |
getSelf()
The URL of the page.
|
Long |
getStartAt()
The index of the first item returned.
|
Long |
getTotal()
The number of items returned.
|
List<UserDetails> |
getValues()
The list of items.
|
int |
hashCode() |
String |
toString() |
public URI getSelf()
public URI getNextPage()
public Integer getMaxResults()
public Long getStartAt()
public Long getTotal()
public Boolean getIsLast()
public List<UserDetails> getValues()
Copyright © 2011–2021 Everit Kft.. All rights reserved.