public interface IManagedEBookAssignmentCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedEBookAssignmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedEBookAssignmentCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedEBookAssignmentCollectionPage |
get() |
void |
get(ICallback<? super IManagedEBookAssignmentCollectionPage> callback) |
IManagedEBookAssignmentCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedEBookAssignment |
post(ManagedEBookAssignment newManagedEBookAssignment) |
void |
post(ManagedEBookAssignment newManagedEBookAssignment,
ICallback<? super ManagedEBookAssignment> callback) |
IManagedEBookAssignmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedEBookAssignmentCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedEBookAssignmentCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IManagedEBookAssignmentCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IManagedEBookAssignmentCollectionPage> callback)
IManagedEBookAssignmentCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedEBookAssignment newManagedEBookAssignment, ICallback<? super ManagedEBookAssignment> callback)
ManagedEBookAssignment post(ManagedEBookAssignment newManagedEBookAssignment) throws ClientException
ClientExceptionIManagedEBookAssignmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedEBookAssignmentCollectionRequest filter(java.lang.String value)
value - the filter clauseIManagedEBookAssignmentCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIManagedEBookAssignmentCollectionRequest select(java.lang.String value)
value - the select clauseIManagedEBookAssignmentCollectionRequest top(int value)
value - the max number of items to returnIManagedEBookAssignmentCollectionRequest skip(int value)
value - of the number of items to skipIManagedEBookAssignmentCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination