public class Page<E> extends Object
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextUrl() |
String |
getPrevUrl() |
Collection<E> |
getResources() |
int |
getTotalPages() |
int |
getTotalResults() |
void |
setNextUrl(String nextUrl) |
void |
setPrevUrl(String prevUrl) |
void |
setResources(Collection<E> resources) |
void |
setTotalPages(int totalPages) |
void |
setTotalResults(int totalResults) |
public int getTotalResults()
public void setTotalResults(int totalResults)
public int getTotalPages()
public void setTotalPages(int totalPages)
public String getPrevUrl()
public void setPrevUrl(String prevUrl)
public String getNextUrl()
public void setNextUrl(String nextUrl)
public Collection<E> getResources()
public void setResources(Collection<E> resources)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.