public interface IOnenoteOperationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IOnenoteOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOnenoteOperationCollectionPage |
get() |
void |
get(ICallback<IOnenoteOperationCollectionPage> callback) |
OnenoteOperation |
post(OnenoteOperation newOnenoteOperation) |
void |
post(OnenoteOperation newOnenoteOperation,
ICallback<OnenoteOperation> callback) |
IOnenoteOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnenoteOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IOnenoteOperationCollectionPage> callback)
IOnenoteOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(OnenoteOperation newOnenoteOperation, ICallback<OnenoteOperation> callback)
OnenoteOperation post(OnenoteOperation newOnenoteOperation) throws ClientException
ClientExceptionIOnenoteOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseIOnenoteOperationCollectionRequest select(java.lang.String value)
value - the select clauseIOnenoteOperationCollectionRequest top(int value)
value - the max number of items to return