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