public interface IOnenoteEntitySchemaObjectModelRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<OnenoteEntitySchemaObjectModel> callback)
Delete this item from the service
|
IOnenoteEntitySchemaObjectModelRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
OnenoteEntitySchemaObjectModel |
get()
Gets the OnenoteEntitySchemaObjectModel from the service
|
void |
get(ICallback<OnenoteEntitySchemaObjectModel> callback)
Gets the OnenoteEntitySchemaObjectModel from the service
|
OnenoteEntitySchemaObjectModel |
patch(OnenoteEntitySchemaObjectModel sourceOnenoteEntitySchemaObjectModel)
Patches this OnenoteEntitySchemaObjectModel with a source
|
void |
patch(OnenoteEntitySchemaObjectModel sourceOnenoteEntitySchemaObjectModel,
ICallback<OnenoteEntitySchemaObjectModel> callback)
Patches this OnenoteEntitySchemaObjectModel with a source
|
OnenoteEntitySchemaObjectModel |
post(OnenoteEntitySchemaObjectModel newOnenoteEntitySchemaObjectModel)
Posts a OnenoteEntitySchemaObjectModel with a new object
|
void |
post(OnenoteEntitySchemaObjectModel newOnenoteEntitySchemaObjectModel,
ICallback<OnenoteEntitySchemaObjectModel> callback)
Posts a OnenoteEntitySchemaObjectModel with a new object
|
IOnenoteEntitySchemaObjectModelRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
void get(ICallback<OnenoteEntitySchemaObjectModel> callback)
callback
- the callback to be called after success or failureOnenoteEntitySchemaObjectModel get() throws ClientException
ClientException
- this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<OnenoteEntitySchemaObjectModel> callback)
callback
- the callback when the deletion action has completedvoid delete() throws ClientException
ClientException
- if there was an exception during the delete operationvoid patch(OnenoteEntitySchemaObjectModel sourceOnenoteEntitySchemaObjectModel, ICallback<OnenoteEntitySchemaObjectModel> callback)
sourceOnenoteEntitySchemaObjectModel
- the source object with updatescallback
- the callback to be called after success or failureOnenoteEntitySchemaObjectModel patch(OnenoteEntitySchemaObjectModel sourceOnenoteEntitySchemaObjectModel) throws ClientException
sourceOnenoteEntitySchemaObjectModel
- the source object with updatesClientException
- this exception occurs if the request was unable to complete for any reasonvoid post(OnenoteEntitySchemaObjectModel newOnenoteEntitySchemaObjectModel, ICallback<OnenoteEntitySchemaObjectModel> callback)
newOnenoteEntitySchemaObjectModel
- the new object to createcallback
- the callback to be called after success or failureOnenoteEntitySchemaObjectModel post(OnenoteEntitySchemaObjectModel newOnenoteEntitySchemaObjectModel) throws ClientException
newOnenoteEntitySchemaObjectModel
- the new object to createClientException
- this exception occurs if the request was unable to complete for any reasonIOnenoteEntitySchemaObjectModelRequest select(java.lang.String value)
value
- the select clauseIOnenoteEntitySchemaObjectModelRequest expand(java.lang.String value)
value
- the expand clause