public class WorkbookTableRowAddRequestBuilder extends BaseActionRequestBuilder implements IWorkbookTableRowAddRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookTableRowAddRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer index,
com.google.gson.JsonElement values)
The request builder for this WorkbookTableRowAdd
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableRowAddRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookTableRowAddRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookTableRowAddRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookTableRowAddRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookTableRowAddRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer index,
com.google.gson.JsonElement values)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestindex - the indexvalues - the valuespublic IWorkbookTableRowAddRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookTableRowAddRequestBuilderrequestOptions - the options for the requestpublic IWorkbookTableRowAddRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookTableRowAddRequestBuilderrequestOptions - the options for the request