public class BaseListOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BaseListOptions.Builder | 
| Modifier and Type | Field and Description | 
|---|---|
| static BaseListOptions | NONE | 
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
| BaseListOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| BaseListOptions | changesSince(Date ifModifiedSince)Only return objects changed since this time. | 
| BaseListOptions | maxResults(int limit)To reduce load on the service, list operations will return a maximum of 1,000 items at a time. | 
| BaseListOptions | startAt(long offset)Indicates where to begin listing. | 
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final BaseListOptions NONE
public BaseListOptions changesSince(Date ifModifiedSince)
public BaseListOptions startAt(long offset)
public BaseListOptions maxResults(int limit)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.