public class WorkbookFunctionsImExpRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsImExpRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsImExpRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement inumber)
The request builder for this WorkbookFunctionsImExp
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsImExpRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsImExpRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsImExpRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsImExpRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsImExpRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions, com.google.gson.JsonElement inumber)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestinumber
- the inumberpublic IWorkbookFunctionsImExpRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsImExpRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsImExpRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsImExpRequestBuilder
requestOptions
- the options for the request