public class ListResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
error |
int |
itemsPerPage
Gets the items per page the API call was asked for (when appropriate).
|
java.lang.String |
result |
int |
startIndex
Gets the start index the API call was asked for (when appropriate).
|
int |
totalResults
Gets the total results available (when appropriate).
|
| Constructor and Description |
|---|
ListResponse() |
public int startIndex
public int itemsPerPage
public int totalResults
public java.lang.String error
public java.lang.String result