public class WorkbookRefreshSessionRequestBuilder extends BaseActionRequestBuilder implements IWorkbookRefreshSessionRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookRefreshSessionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this WorkbookRefreshSession
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRefreshSessionRequest |
buildRequest()
Creates the IWorkbookRefreshSessionRequest
|
IWorkbookRefreshSessionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRefreshSessionRequest 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 WorkbookRefreshSessionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookRefreshSessionRequest buildRequest()
buildRequest in interface IWorkbookRefreshSessionRequestBuilderpublic IWorkbookRefreshSessionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRefreshSessionRequestBuilderrequestOptions - the options for the request