public interface IOnenoteOperationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<OnenoteOperation> callback)
Delete this item from the service
|
IOnenoteOperationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
OnenoteOperation |
get()
Gets the OnenoteOperation from the service
|
void |
get(ICallback<OnenoteOperation> callback)
Gets the OnenoteOperation from the service
|
OnenoteOperation |
patch(OnenoteOperation sourceOnenoteOperation)
Patches this OnenoteOperation with a source
|
void |
patch(OnenoteOperation sourceOnenoteOperation,
ICallback<OnenoteOperation> callback)
Patches this OnenoteOperation with a source
|
OnenoteOperation |
post(OnenoteOperation newOnenoteOperation)
Posts a OnenoteOperation with a new object
|
void |
post(OnenoteOperation newOnenoteOperation,
ICallback<OnenoteOperation> callback)
Posts a OnenoteOperation with a new object
|
IOnenoteOperationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<OnenoteOperation> callback)
callback - the callback to be called after success or failureOnenoteOperation get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<OnenoteOperation> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(OnenoteOperation sourceOnenoteOperation, ICallback<OnenoteOperation> callback)
sourceOnenoteOperation - the source object with updatescallback - the callback to be called after success or failureOnenoteOperation patch(OnenoteOperation sourceOnenoteOperation) throws ClientException
sourceOnenoteOperation - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(OnenoteOperation newOnenoteOperation, ICallback<OnenoteOperation> callback)
newOnenoteOperation - the new object to createcallback - the callback to be called after success or failureOnenoteOperation post(OnenoteOperation newOnenoteOperation) throws ClientException
newOnenoteOperation - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIOnenoteOperationRequest select(java.lang.String value)
value - the select clauseIOnenoteOperationRequest expand(java.lang.String value)
value - the expand clause