public interface IOnenotePagePreviewRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IOnenotePagePreviewRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
OnenotePagePreview |
get()
Gets the OnenotePagePreview
|
void |
get(ICallback<? super OnenotePagePreview> callback)
Gets the OnenotePagePreview
|
IOnenotePagePreviewRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super OnenotePagePreview> callback)
callback - the callback to be called after success or failureOnenotePagePreview get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIOnenotePagePreviewRequest select(java.lang.String value)
value - the select clauseIOnenotePagePreviewRequest expand(java.lang.String value)
value - the expand clause