public class WorkbookChartDataLabelFormatRequestBuilder extends BaseRequestBuilder implements IWorkbookChartDataLabelFormatRequestBuilder
| Constructor and Description |
|---|
WorkbookChartDataLabelFormatRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the WorkbookChartDataLabelFormat
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartDataLabelFormatRequest |
buildRequest()
Creates the request
|
IWorkbookChartDataLabelFormatRequest |
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 WorkbookChartDataLabelFormatRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookChartDataLabelFormatRequest buildRequest()
buildRequest in interface IWorkbookChartDataLabelFormatRequestBuilderpublic IWorkbookChartDataLabelFormatRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookChartDataLabelFormatRequestBuilderrequestOptions - the options for this requestpublic IWorkbookChartFillRequestBuilder fill()
fill in interface IWorkbookChartDataLabelFormatRequestBuilderpublic IWorkbookChartFontRequestBuilder font()
font in interface IWorkbookChartDataLabelFormatRequestBuilder