public class OnenotePagePreviewRequestBuilder extends BaseFunctionRequestBuilder implements IOnenotePagePreviewRequestBuilder
functionOptions| Constructor and Description |
|---|
OnenotePagePreviewRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this OnenotePagePreview
|
| Modifier and Type | Method and Description |
|---|---|
IOnenotePagePreviewRequest |
buildRequest()
Creates the IOnenotePagePreviewRequest
|
IOnenotePagePreviewRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IOnenotePagePreviewRequest with specific requestOptions instead of the existing requestOptions
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OnenotePagePreviewRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOnenotePagePreviewRequest buildRequest()
buildRequest in interface IOnenotePagePreviewRequestBuilderpublic IOnenotePagePreviewRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOnenotePagePreviewRequestBuilderrequestOptions - the options for the request