public interface IOnenotePagePreviewRequest
| 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<OnenotePagePreview> callback)
Gets the OnenotePagePreview
|
IOnenotePagePreviewRequest |
select(java.lang.String value)
Sets the select clause for the request
|
void get(ICallback<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