public class OfficeGraphInsightsRequestBuilder extends BaseRequestBuilder implements IOfficeGraphInsightsRequestBuilder
| Constructor and Description |
|---|
OfficeGraphInsightsRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the OfficeGraphInsights
|
| Modifier and Type | Method and Description |
|---|---|
IOfficeGraphInsightsRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IOfficeGraphInsightsRequest |
buildRequest(Option... requestOptions)
Creates the request
|
ISharedInsightCollectionRequestBuilder |
shared() |
ISharedInsightRequestBuilder |
shared(java.lang.String id) |
ITrendingCollectionRequestBuilder |
trending() |
ITrendingRequestBuilder |
trending(java.lang.String id) |
IUsedInsightCollectionRequestBuilder |
used() |
IUsedInsightRequestBuilder |
used(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OfficeGraphInsightsRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOfficeGraphInsightsRequest buildRequest(Option... requestOptions)
buildRequest in interface IOfficeGraphInsightsRequestBuilderrequestOptions - the options for this requestpublic IOfficeGraphInsightsRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOfficeGraphInsightsRequestBuilderrequestOptions - the options for this requestpublic ISharedInsightCollectionRequestBuilder shared()
shared in interface IOfficeGraphInsightsRequestBuilderpublic ISharedInsightRequestBuilder shared(java.lang.String id)
shared in interface IOfficeGraphInsightsRequestBuilderpublic ITrendingCollectionRequestBuilder trending()
trending in interface IOfficeGraphInsightsRequestBuilderpublic ITrendingRequestBuilder trending(java.lang.String id)
trending in interface IOfficeGraphInsightsRequestBuilderpublic IUsedInsightCollectionRequestBuilder used()
used in interface IOfficeGraphInsightsRequestBuilderpublic IUsedInsightRequestBuilder used(java.lang.String id)
used in interface IOfficeGraphInsightsRequestBuilder