public class SiteGetByPathRequestBuilder extends BaseFunctionRequestBuilder implements ISiteGetByPathRequestBuilder
functionOptions| Constructor and Description |
|---|
SiteGetByPathRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String path)
The request builder for this SiteGetByPath
|
| Modifier and Type | Method and Description |
|---|---|
ISiteGetByPathRequest |
buildRequest()
Creates the ISiteGetByPathRequest
|
ISiteGetByPathRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the ISiteGetByPathRequest with specific requestOptions instead of the existing requestOptions
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic SiteGetByPathRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String path)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpath - the pathpublic ISiteGetByPathRequest buildRequest()
buildRequest in interface ISiteGetByPathRequestBuilderpublic ISiteGetByPathRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ISiteGetByPathRequestBuilderrequestOptions - the options for the request