public interface IManagedEBookCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedEBookCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedEBookCollectionPage |
get() |
void |
get(ICallback<IManagedEBookCollectionPage> callback) |
ManagedEBook |
post(ManagedEBook newManagedEBook) |
void |
post(ManagedEBook newManagedEBook,
ICallback<ManagedEBook> callback) |
IManagedEBookCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedEBookCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IManagedEBookCollectionPage> callback)
IManagedEBookCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedEBook newManagedEBook, ICallback<ManagedEBook> callback)
ManagedEBook post(ManagedEBook newManagedEBook) throws ClientException
ClientExceptionIManagedEBookCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedEBookCollectionRequest select(java.lang.String value)
value - the select clauseIManagedEBookCollectionRequest top(int value)
value - the max number of items to return