public class WorkbookFunctionsRank_AvgRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsRank_AvgRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsRank_AvgRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement ref,
com.google.gson.JsonElement order)
The request builder for this WorkbookFunctionsRank_Avg
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsRank_AvgRequest |
buildRequest()
Creates the IWorkbookFunctionsRank_AvgRequest
|
IWorkbookFunctionsRank_AvgRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsRank_AvgRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsRank_AvgRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement ref,
com.google.gson.JsonElement order)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber - the numberref - the reforder - the orderpublic IWorkbookFunctionsRank_AvgRequest buildRequest()
buildRequest in interface IWorkbookFunctionsRank_AvgRequestBuilderpublic IWorkbookFunctionsRank_AvgRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsRank_AvgRequestBuilderrequestOptions - the options for the request