public class WorkbookChartSetPositionRequestBuilder extends BaseActionRequestBuilder implements IWorkbookChartSetPositionRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookChartSetPositionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement startCell,
com.google.gson.JsonElement endCell)
The request builder for this WorkbookChartSetPosition
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartSetPositionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookChartSetPositionRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookChartSetPositionRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookChartSetPositionRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookChartSetPositionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement startCell,
com.google.gson.JsonElement endCell)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requeststartCell - the startCellendCell - the endCellpublic IWorkbookChartSetPositionRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookChartSetPositionRequestBuilderrequestOptions - the options for the requestpublic IWorkbookChartSetPositionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookChartSetPositionRequestBuilderrequestOptions - the options for the request