public class ListRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxItems |
protected Integer |
skipCount |
domain, runAsUserId| Constructor and Description |
|---|
ListRequest(String domain,
String runAsUserId,
Integer skipCount,
Integer maxItems) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxItems() |
Integer |
getSkipCount() |
String |
toString() |
getDomain, getRunAsUserIdCopyright © 2015. All rights reserved.