public class WorkbookChartSetDataRequestBuilder extends BaseActionRequestBuilder implements IWorkbookChartSetDataRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookChartSetDataRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement sourceData,
java.lang.String seriesBy)
The request builder for this WorkbookChartSetData
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartSetDataRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookChartSetDataRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookChartSetDataRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookChartSetDataRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookChartSetDataRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement sourceData,
java.lang.String seriesBy)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsourceData - the sourceDataseriesBy - the seriesBypublic IWorkbookChartSetDataRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookChartSetDataRequestBuilderrequestOptions - the options for the requestpublic IWorkbookChartSetDataRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookChartSetDataRequestBuilderrequestOptions - the options for the request