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