public class WorkbookChartSeriesItemAtRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookChartSeriesItemAtRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookChartSeriesItemAtRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer index)
The request builder for this WorkbookChartSeriesItemAt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartSeriesItemAtRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookChartSeriesItemAtRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookChartSeriesItemAtRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookChartSeriesItemAtRequest
|
IWorkbookChartSeriesFormatRequestBuilder |
format()
Gets the request builder for WorkbookChartSeriesFormat
|
IWorkbookChartPointCollectionRequestBuilder |
points() |
IWorkbookChartPointRequestBuilder |
points(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookChartSeriesItemAtRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer index)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestindex - the indexpublic IWorkbookChartSeriesItemAtRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookChartSeriesItemAtRequestBuilderrequestOptions - the options for the requestpublic IWorkbookChartSeriesItemAtRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookChartSeriesItemAtRequestBuilderrequestOptions - the options for the requestpublic IWorkbookChartSeriesFormatRequestBuilder format()
format in interface IWorkbookChartSeriesItemAtRequestBuilderpublic IWorkbookChartPointCollectionRequestBuilder points()
points in interface IWorkbookChartSeriesItemAtRequestBuilderpublic IWorkbookChartPointRequestBuilder points(java.lang.String id)
points in interface IWorkbookChartSeriesItemAtRequestBuilder