public interface IOnenoteEntityHierarchyModelRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<OnenoteEntityHierarchyModel> callback)
Delete this item from the service
|
IOnenoteEntityHierarchyModelRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
OnenoteEntityHierarchyModel |
get()
Gets the OnenoteEntityHierarchyModel from the service
|
void |
get(ICallback<OnenoteEntityHierarchyModel> callback)
Gets the OnenoteEntityHierarchyModel from the service
|
OnenoteEntityHierarchyModel |
patch(OnenoteEntityHierarchyModel sourceOnenoteEntityHierarchyModel)
Patches this OnenoteEntityHierarchyModel with a source
|
void |
patch(OnenoteEntityHierarchyModel sourceOnenoteEntityHierarchyModel,
ICallback<OnenoteEntityHierarchyModel> callback)
Patches this OnenoteEntityHierarchyModel with a source
|
OnenoteEntityHierarchyModel |
post(OnenoteEntityHierarchyModel newOnenoteEntityHierarchyModel)
Posts a OnenoteEntityHierarchyModel with a new object
|
void |
post(OnenoteEntityHierarchyModel newOnenoteEntityHierarchyModel,
ICallback<OnenoteEntityHierarchyModel> callback)
Posts a OnenoteEntityHierarchyModel with a new object
|
IOnenoteEntityHierarchyModelRequest |
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<OnenoteEntityHierarchyModel> callback)
callback - the callback to be called after success or failureOnenoteEntityHierarchyModel get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<OnenoteEntityHierarchyModel> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(OnenoteEntityHierarchyModel sourceOnenoteEntityHierarchyModel, ICallback<OnenoteEntityHierarchyModel> callback)
sourceOnenoteEntityHierarchyModel - the source object with updatescallback - the callback to be called after success or failureOnenoteEntityHierarchyModel patch(OnenoteEntityHierarchyModel sourceOnenoteEntityHierarchyModel) throws ClientException
sourceOnenoteEntityHierarchyModel - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(OnenoteEntityHierarchyModel newOnenoteEntityHierarchyModel, ICallback<OnenoteEntityHierarchyModel> callback)
newOnenoteEntityHierarchyModel - the new object to createcallback - the callback to be called after success or failureOnenoteEntityHierarchyModel post(OnenoteEntityHierarchyModel newOnenoteEntityHierarchyModel) throws ClientException
newOnenoteEntityHierarchyModel - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIOnenoteEntityHierarchyModelRequest select(java.lang.String value)
value - the select clauseIOnenoteEntityHierarchyModelRequest expand(java.lang.String value)
value - the expand clause