| Package | Description |
|---|---|
| com.datasift.client.dynamiclist | |
| com.datasift.client.dynamiclist.replace |
| Modifier and Type | Method and Description |
|---|---|
static DynamicList |
DynamicList.fromString(String str) |
| Modifier and Type | Method and Description |
|---|---|
FutureData<DynamicList> |
DataSiftDynamicList.create(DataSiftDynamicList.ListType type,
String name)
Create a new dynamic list with the given name and type
|
| Modifier and Type | Method and Description |
|---|---|
<T> FutureData<DataSiftResult> |
DataSiftDynamicList.add(DynamicList list,
List<T> items)
Add one or more items to a dynamic list with the given id
|
FutureData<DataSiftResult> |
DataSiftDynamicList.delete(DynamicList list)
Delete a dynamic list with the given id
|
<T> FutureData<DataSiftResult> |
DataSiftDynamicList.exists(DynamicList list,
List<T> items)
Check if one or more items exist in a dynamic list with the given id
|
<T> FutureData<DataSiftResult> |
DataSiftDynamicList.remove(DynamicList list,
List<T> items)
Remove one or more items from a dynamic list with the given id
|
| Modifier and Type | Method and Description |
|---|---|
FutureData<ReplaceList> |
DataSiftDynamicListReplace.start(DynamicList list)
Start a dynamic list replace
|
Copyright © 2015. All Rights Reserved.