public class ItemAnalyticsReferenceRequest extends com.microsoft.graph.http.BaseReferenceRequest<ItemAnalytics>
Constructor and Description |
---|
ItemAnalyticsReferenceRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the ItemAnalytics
|
Modifier and Type | Method and Description |
---|---|
ItemAnalyticsReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ItemAnalyticsReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addCountOption, addExpandOption, addFilterOption, addFunctionOption, addHeader, addOrderByOption, addQueryOption, addSelectOption, addSkipOption, addSkipTokenOption, addTopOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, sendAsync, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public ItemAnalyticsReferenceRequest(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request@Nonnull public ItemAnalyticsReferenceRequest select(@Nonnull java.lang.String value)
value
- the select clause@Nonnull public ItemAnalyticsReferenceRequest expand(@Nonnull java.lang.String value)
value
- the expand clause