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