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