public class WorkbookChartAreaFormatRequestBuilder extends BaseRequestBuilder implements IWorkbookChartAreaFormatRequestBuilder
| Constructor and Description |
|---|
WorkbookChartAreaFormatRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the WorkbookChartAreaFormat
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartAreaFormatRequest |
buildRequest()
Creates the request
|
IWorkbookChartAreaFormatRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IWorkbookChartFillRequestBuilder |
fill()
Gets the request builder for WorkbookChartFill
|
IWorkbookChartFontRequestBuilder |
font()
Gets the request builder for WorkbookChartFont
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookChartAreaFormatRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookChartAreaFormatRequest buildRequest()
buildRequest in interface IWorkbookChartAreaFormatRequestBuilderpublic IWorkbookChartAreaFormatRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookChartAreaFormatRequestBuilderrequestOptions - the options for this requestpublic IWorkbookChartFillRequestBuilder fill()
fill in interface IWorkbookChartAreaFormatRequestBuilderpublic IWorkbookChartFontRequestBuilder font()
font in interface IWorkbookChartAreaFormatRequestBuilder