public class ListItemCollectionRequestBuilder extends BaseRequestBuilder implements IListItemCollectionRequestBuilder
| Constructor and Description |
|---|
ListItemCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of List
|
| Modifier and Type | Method and Description |
|---|---|
IListItemCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IListItemCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IListItemRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ListItemCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IListItemCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IListItemCollectionRequestBuilderrequestOptions - the options for this requestpublic IListItemCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IListItemCollectionRequestBuilderrequestOptions - the options for this requestpublic IListItemRequestBuilder byId(java.lang.String id)
byId in interface IListItemCollectionRequestBuilder