public class SharedInsightRequestBuilder extends BaseRequestBuilder implements ISharedInsightRequestBuilder
| Constructor and Description |
|---|
SharedInsightRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the SharedInsight
|
| Modifier and Type | Method and Description |
|---|---|
ISharedInsightRequest |
buildRequest()
Creates the request
|
ISharedInsightRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IEntityWithReferenceRequestBuilder |
lastSharedMethod()
Gets the request builder for Entity
|
IEntityWithReferenceRequestBuilder |
resource()
Gets the request builder for Entity
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic SharedInsightRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ISharedInsightRequest buildRequest()
buildRequest in interface ISharedInsightRequestBuilderpublic ISharedInsightRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ISharedInsightRequestBuilderrequestOptions - the options for this requestpublic IEntityWithReferenceRequestBuilder lastSharedMethod()
lastSharedMethod in interface ISharedInsightRequestBuilderpublic IEntityWithReferenceRequestBuilder resource()
resource in interface ISharedInsightRequestBuilder