public class ItemAnalyticsWithReferenceRequestBuilder extends BaseRequestBuilder implements IItemAnalyticsWithReferenceRequestBuilder
| Constructor and Description |
|---|
ItemAnalyticsWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the ItemAnalytics
|
| Modifier and Type | Method and Description |
|---|---|
IItemAnalyticsWithReferenceRequest |
buildRequest()
Creates the request
|
IItemAnalyticsWithReferenceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IItemAnalyticsReferenceRequestBuilder |
reference() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ItemAnalyticsWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IItemAnalyticsWithReferenceRequest buildRequest()
buildRequest in interface IItemAnalyticsWithReferenceRequestBuilderpublic IItemAnalyticsWithReferenceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IItemAnalyticsWithReferenceRequestBuilderrequestOptions - the options for this requestpublic IItemAnalyticsReferenceRequestBuilder reference()
reference in interface IItemAnalyticsWithReferenceRequestBuilder