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