public class SiteCollectionRequestBuilder extends BaseRequestBuilder implements ISiteCollectionRequestBuilder
| Constructor and Description |
|---|
SiteCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Site
|
| Modifier and Type | Method and Description |
|---|---|
ISiteAddCollectionRequestBuilder |
add(java.util.List<Site> value) |
ISiteCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
ISiteCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
ISiteRequestBuilder |
byId(java.lang.String id) |
ISiteRemoveCollectionRequestBuilder |
remove(java.util.List<Site> value) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic SiteCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ISiteCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface ISiteCollectionRequestBuilderrequestOptions - the options for this requestpublic ISiteCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ISiteCollectionRequestBuilderrequestOptions - the options for this requestpublic ISiteRequestBuilder byId(java.lang.String id)
byId in interface ISiteCollectionRequestBuilderpublic ISiteAddCollectionRequestBuilder add(java.util.List<Site> value)
add in interface ISiteCollectionRequestBuilderpublic ISiteRemoveCollectionRequestBuilder remove(java.util.List<Site> value)
remove in interface ISiteCollectionRequestBuilder