public class WorkbookNamedItemAddFormulaLocalRequestBuilder extends BaseActionRequestBuilder implements IWorkbookNamedItemAddFormulaLocalRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookNamedItemAddFormulaLocalRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String name,
java.lang.String formula,
java.lang.String comment)
The request builder for this WorkbookNamedItemAddFormulaLocal
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookNamedItemAddFormulaLocalRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookNamedItemAddFormulaLocalRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookNamedItemAddFormulaLocalRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookNamedItemAddFormulaLocalRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookNamedItemAddFormulaLocalRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String name,
java.lang.String formula,
java.lang.String comment)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestname - the nameformula - the formulacomment - the commentpublic IWorkbookNamedItemAddFormulaLocalRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookNamedItemAddFormulaLocalRequestBuilderrequestOptions - the options for the requestpublic IWorkbookNamedItemAddFormulaLocalRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookNamedItemAddFormulaLocalRequestBuilderrequestOptions - the options for the request