Package com.microsoft.graph.requests
Class OfficeGraphInsightsRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<OfficeGraphInsights>
com.microsoft.graph.requests.OfficeGraphInsightsRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class OfficeGraphInsightsRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<OfficeGraphInsights>
The class for the Office Graph Insights Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionOfficeGraphInsightsRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the OfficeGraphInsights -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsshared()
Gets a request builder for the SharedInsight collectionGets a request builder for the SharedInsight itemtrending()
Gets a request builder for the Trending collectionGets a request builder for the Trending itemused()
Gets a request builder for the UsedInsight collectionGets a request builder for the UsedInsight itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
OfficeGraphInsightsRequestBuilder
public OfficeGraphInsightsRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the OfficeGraphInsights- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public OfficeGraphInsightsRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the OfficeGraphInsightsRequest instance
-
buildRequest
@Nonnull public OfficeGraphInsightsRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for this request- Returns:
- the OfficeGraphInsightsRequest instance
-
trending
Gets a request builder for the Trending collection- Returns:
- the collection request builder
-
trending
Gets a request builder for the Trending item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
used
Gets a request builder for the UsedInsight collection- Returns:
- the collection request builder
-
used
Gets a request builder for the UsedInsight item- Parameters:
id
- the item identifier- Returns:
- the request builder
-