|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Item | |
|---|---|
| com.sugestio.client | |
| com.sugestio.client.call | |
| com.sugestio.client.model | |
| com.sugestio.client.request | |
| Uses of Item in com.sugestio.client |
|---|
| Methods in com.sugestio.client that return Item | |
|---|---|
Item |
SugestioClient.getItem(java.lang.String itemId)
Retrieves the item metadata for the given itemId. |
| Methods in com.sugestio.client that return types with arguments of type Item | |
|---|---|
java.util.Map<java.util.List<Item>,SugestioResult<java.lang.String>> |
SugestioClient.addItems(java.util.List<Item> items)
Efficient method for adding multiple items |
| Methods in com.sugestio.client with parameters of type Item | |
|---|---|
SugestioResult<java.lang.String> |
SugestioClient.addItem(Item item)
Add or update a single item. |
| Method parameters in com.sugestio.client with type arguments of type Item | |
|---|---|
java.util.Map<java.util.List<Item>,SugestioResult<java.lang.String>> |
SugestioClient.addItems(java.util.List<Item> items)
Efficient method for adding multiple items |
| Uses of Item in com.sugestio.client.call |
|---|
| Methods in com.sugestio.client.call that return types with arguments of type Item | |
|---|---|
SugestioResult<Item> |
GetItemCall.call()
|
| Uses of Item in com.sugestio.client.model |
|---|
| Methods in com.sugestio.client.model that return Item | |
|---|---|
Item |
Recommendation.getItem()
|
| Methods in com.sugestio.client.model with parameters of type Item | |
|---|---|
void |
Recommendation.setItem(Item item)
|
| Constructors in com.sugestio.client.model with parameters of type Item | |
|---|---|
Recommendation(java.lang.String itemid,
java.lang.Double score,
java.lang.String algoritm,
Item item)
|
|
| Uses of Item in com.sugestio.client.request |
|---|
| Methods in com.sugestio.client.request that return types with arguments of type Item | |
|---|---|
java.util.List<Item> |
PostItemsRequest.getList()
|
| Methods in com.sugestio.client.request with parameters of type Item | |
|---|---|
void |
PostItemsRequest.add(Item item)
|
| Method parameters in com.sugestio.client.request with type arguments of type Item | |
|---|---|
void |
PostItemsRequest.setList(java.util.List<Item> list)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||