public interface IManagedEBookCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedEBookCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedEBookCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedEBookCollectionPage |
get() |
void |
get(ICallback<? super IManagedEBookCollectionPage> callback) |
IManagedEBookCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedEBook |
post(ManagedEBook newManagedEBook) |
void |
post(ManagedEBook newManagedEBook,
ICallback<? super ManagedEBook> callback) |
IManagedEBookCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedEBookCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedEBookCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IManagedEBookCollectionRequest |
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 IManagedEBookCollectionPage> callback)
IManagedEBookCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedEBook newManagedEBook, ICallback<? super ManagedEBook> callback)
ManagedEBook post(ManagedEBook newManagedEBook) throws ClientException
ClientExceptionIManagedEBookCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedEBookCollectionRequest filter(java.lang.String value)
value - the filter clauseIManagedEBookCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIManagedEBookCollectionRequest select(java.lang.String value)
value - the select clauseIManagedEBookCollectionRequest top(int value)
value - the max number of items to returnIManagedEBookCollectionRequest skip(int value)
value - of the number of items to skipIManagedEBookCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination