public class BrandLister extends MessagingBrandLister<Brand>
plivoClient| Constructor and Description |
|---|
BrandLister() |
| Modifier and Type | Method and Description |
|---|---|
BrandLister |
limit(java.lang.Integer limit) |
protected retrofit2.Call<ListResponse<Brand>> |
obtainCall() |
BrandLister |
offset(java.lang.Integer offset) |
client, iterator, limit, list, offset, toMapclient, handleResponse, validatepublic BrandLister()
public BrandLister limit(java.lang.Integer limit)
limit in class MessagingBrandLister<Brand>limit - Used to display the number of results per page. The maximum number of results that
can be fetched is 20.public BrandLister offset(java.lang.Integer offset)
offset in class MessagingBrandLister<Brand>offset - Denotes the number of value items by which the results should be offset.protected retrofit2.Call<ListResponse<Brand>> obtainCall()
obtainCall in class MessagingBrandLister<Brand>