Package | Description |
---|---|
com.sugestio.client | |
com.sugestio.client.call | |
com.sugestio.client.model | |
com.sugestio.client.request |
Modifier and Type | Method and Description |
---|---|
Item |
SugestioClient.getItem(java.lang.String itemId)
Retrieves the item metadata for the given itemId.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.util.List<Item>,SugestioResult<java.lang.String>> |
SugestioClient.addItems(java.util.List<Item> items)
Efficient method for adding multiple items
|
Modifier and Type | Method and Description |
---|---|
SugestioResult<java.lang.String> |
SugestioClient.addItem(Item item)
Add or update a single item.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.util.List<Item>,SugestioResult<java.lang.String>> |
SugestioClient.addItems(java.util.List<Item> items)
Efficient method for adding multiple items
|
Modifier and Type | Method and Description |
---|---|
SugestioResult<Item> |
GetItemCall.call() |
Modifier and Type | Method and Description |
---|---|
Item |
Recommendation.getItem() |
Modifier and Type | Method and Description |
---|---|
void |
Recommendation.setItem(Item item) |
Constructor and Description |
---|
Recommendation(java.lang.String itemid,
java.lang.Double score,
java.lang.String algoritm,
Item item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
PostItemsRequest.getList() |
Modifier and Type | Method and Description |
---|---|
void |
PostItemsRequest.add(Item item) |
Modifier and Type | Method and Description |
---|---|
void |
PostItemsRequest.setList(java.util.List<Item> list) |