public abstract class ShippoColllectionAPIResource<T> extends APIResource
APIResource.RequestMethodCHARSETPRETTY_PRINT_GSON| Constructor and Description |
|---|
ShippoColllectionAPIResource() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
3/2014: Legacy (from before newstyle pagination API)
|
List<T> |
getData() |
Boolean |
getHasMore() |
Integer |
getTotalCount() |
String |
getURL() |
void |
setCount(Integer count)
3/2014: Legacy (from before newstyle pagination API)
|
void |
setData(List<T> data) |
void |
setHasMore(Boolean hasMore) |
void |
setTotalCount(Integer totalCount) |
void |
setURL(String url) |
_request, classURL, classURLWithTrailingSlash, instanceURL, request, singleClassURL, urlEncodetoStringpublic Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
public String getURL()
public void setURL(String url)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2017 Shippo. All rights reserved.