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