public interface IBaseItemCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
Item |
create(Item newItem)
Deprecated.
As of release 1.1.3, replaced by
post(Item) |
void |
create(Item newItem,
ICallback<Item> callback)
Deprecated.
As of release 1.1.3, replaced by
post(Item, ICallback) |
IItemCollectionRequest |
expand(java.lang.String value) |
IItemCollectionPage |
get() |
void |
get(ICallback<IItemCollectionPage> callback) |
Item |
post(Item newItem) |
void |
post(Item newItem,
ICallback<Item> callback) |
IItemCollectionRequest |
select(java.lang.String value) |
IItemCollectionRequest |
top(int value) |
void get(ICallback<IItemCollectionPage> callback)
IItemCollectionPage get() throws ClientException
ClientException@Deprecated void create(Item newItem, ICallback<Item> callback)
post(Item, ICallback)@Deprecated Item create(Item newItem) throws ClientException
post(Item)ClientExceptionItem post(Item newItem) throws ClientException
ClientExceptionIItemCollectionRequest expand(java.lang.String value)
IItemCollectionRequest select(java.lang.String value)
IItemCollectionRequest top(int value)