public class ItemAnalyticsWithReferenceRequest extends BaseRequest implements IItemAnalyticsWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
ItemAnalyticsWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the ItemAnalytics
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<ItemAnalytics> callback) |
IItemAnalyticsWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ItemAnalytics |
get() |
void |
get(ICallback<ItemAnalytics> callback) |
ItemAnalytics |
patch(ItemAnalytics sourceItemAnalytics) |
void |
patch(ItemAnalytics sourceItemAnalytics,
ICallback<ItemAnalytics> callback) |
ItemAnalytics |
post(ItemAnalytics newItemAnalytics,
IJsonBackedObject payload) |
void |
post(ItemAnalytics newItemAnalytics,
IJsonBackedObject payload,
ICallback<ItemAnalytics> callback) |
IItemAnalyticsWithReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic ItemAnalyticsWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(ItemAnalytics newItemAnalytics, IJsonBackedObject payload, ICallback<ItemAnalytics> callback)
post in interface IItemAnalyticsWithReferenceRequestpublic ItemAnalytics post(ItemAnalytics newItemAnalytics, IJsonBackedObject payload) throws ClientException
post in interface IItemAnalyticsWithReferenceRequestClientExceptionpublic void get(ICallback<ItemAnalytics> callback)
get in interface IItemAnalyticsWithReferenceRequestpublic ItemAnalytics get() throws ClientException
get in interface IItemAnalyticsWithReferenceRequestClientExceptionpublic void delete(ICallback<ItemAnalytics> callback)
delete in interface IItemAnalyticsWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IItemAnalyticsWithReferenceRequestClientExceptionpublic void patch(ItemAnalytics sourceItemAnalytics, ICallback<ItemAnalytics> callback)
patch in interface IItemAnalyticsWithReferenceRequestpublic ItemAnalytics patch(ItemAnalytics sourceItemAnalytics) throws ClientException
patch in interface IItemAnalyticsWithReferenceRequestClientExceptionpublic IItemAnalyticsWithReferenceRequest select(java.lang.String value)
select in interface IItemAnalyticsWithReferenceRequestvalue - the select clausepublic IItemAnalyticsWithReferenceRequest expand(java.lang.String value)
expand in interface IItemAnalyticsWithReferenceRequestvalue - the expand clause