public class NotebookGetNotebookFromWebUrlRequestBuilder extends BaseActionRequestBuilder implements INotebookGetNotebookFromWebUrlRequestBuilder
bodyParams| Constructor and Description |
|---|
NotebookGetNotebookFromWebUrlRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String webUrl)
The request builder for this NotebookGetNotebookFromWebUrl
|
| Modifier and Type | Method and Description |
|---|---|
INotebookGetNotebookFromWebUrlRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the INotebookGetNotebookFromWebUrlRequest with specific requestOptions instead of the existing requestOptions
|
INotebookGetNotebookFromWebUrlRequest |
buildRequest(Option... requestOptions)
Creates the INotebookGetNotebookFromWebUrlRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic NotebookGetNotebookFromWebUrlRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String webUrl)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestwebUrl - the webUrlpublic INotebookGetNotebookFromWebUrlRequest buildRequest(Option... requestOptions)
buildRequest in interface INotebookGetNotebookFromWebUrlRequestBuilderrequestOptions - the options for the requestpublic INotebookGetNotebookFromWebUrlRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface INotebookGetNotebookFromWebUrlRequestBuilderrequestOptions - the options for the request