public interface IWorkbookChartPointCollectionRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartPointCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IWorkbookChartPointCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookChartPointRequestBuilder |
byId(java.lang.String id) |
IWorkbookChartPointCountRequestBuilder |
count() |
IWorkbookChartPointItemAtRequestBuilder |
itemAt(java.lang.Integer index) |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIWorkbookChartPointCollectionRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIWorkbookChartPointCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkbookChartPointRequestBuilder byId(java.lang.String id)
IWorkbookChartPointCountRequestBuilder count()
IWorkbookChartPointItemAtRequestBuilder itemAt(java.lang.Integer index)