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