public class WorkbookChartAxisFormatRequestBuilder extends BaseRequestBuilder implements IWorkbookChartAxisFormatRequestBuilder
| Constructor and Description |
|---|
WorkbookChartAxisFormatRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the WorkbookChartAxisFormat
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartAxisFormatRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IWorkbookChartAxisFormatRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookChartFontRequestBuilder |
font()
Gets the request builder for WorkbookChartFont
|
IWorkbookChartLineFormatRequestBuilder |
line()
Gets the request builder for WorkbookChartLineFormat
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookChartAxisFormatRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookChartAxisFormatRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookChartAxisFormatRequestBuilderrequestOptions - the options for this requestpublic IWorkbookChartAxisFormatRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookChartAxisFormatRequestBuilderrequestOptions - the options for this requestpublic IWorkbookChartFontRequestBuilder font()
font in interface IWorkbookChartAxisFormatRequestBuilderpublic IWorkbookChartLineFormatRequestBuilder line()
line in interface IWorkbookChartAxisFormatRequestBuilder