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