public class SharedInsightCollectionRequestBuilder extends BaseRequestBuilder implements ISharedInsightCollectionRequestBuilder
| Constructor and Description |
|---|
SharedInsightCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of OfficeGraphInsights
|
| Modifier and Type | Method and Description |
|---|---|
ISharedInsightCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
ISharedInsightCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
ISharedInsightRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic SharedInsightCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ISharedInsightCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface ISharedInsightCollectionRequestBuilderrequestOptions - the options for this requestpublic ISharedInsightCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ISharedInsightCollectionRequestBuilderrequestOptions - the options for this requestpublic ISharedInsightRequestBuilder byId(java.lang.String id)
byId in interface ISharedInsightCollectionRequestBuilder