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