public class WorkbookChartPointRequestBuilder extends BaseRequestBuilder implements IWorkbookChartPointRequestBuilder
| Constructor and Description |
|---|
WorkbookChartPointRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the WorkbookChartPoint
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartPointRequest |
buildRequest()
Creates the request
|
IWorkbookChartPointRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IWorkbookChartPointFormatRequestBuilder |
format()
Gets the request builder for WorkbookChartPointFormat
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookChartPointRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookChartPointRequest buildRequest()
buildRequest in interface IWorkbookChartPointRequestBuilderpublic IWorkbookChartPointRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookChartPointRequestBuilderrequestOptions - the options for this requestpublic IWorkbookChartPointFormatRequestBuilder format()
format in interface IWorkbookChartPointRequestBuilder