public class WorkEntryListResponse extends WorkTrailResponse
| Constructor and Description |
|---|
WorkEntryListResponse(long numPages,
long page,
java.util.Collection<WorkEntry> workEntryList) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNumPages() |
long |
getPage() |
java.util.Collection<WorkEntry> |
getWorkEntryList() |