| Modifier and Type | Class and Description |
|---|---|
class |
BaseDataSiftResult |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends DataSiftResult> |
DataSiftApiClient.failNotify(FutureData<T> response,
Throwable cause) |
protected <T extends DataSiftResult> |
DataSiftApiClient.newRequestCallback(FutureData<T> future,
T instance,
DataSiftConfig config) |
protected <T extends DataSiftResult> |
DataSiftApiClient.performRequest(FutureData<T> response,
io.higgs.http.client.Request request) |
protected <T extends DataSiftResult,A extends DataSiftResult> |
DataSiftApiClient.unwrapFuture(FutureData<T> futureToUnwrap,
FutureData<A> futureReturnedToUser,
A expectedInstance,
FutureResponse<T> responseToExecuteOnSuccess)
To support futures being passed as parameters, this method adds a listener to the unprocessed future that has
been passed as a parameter.
|
protected <T extends DataSiftResult,A extends DataSiftResult> |
DataSiftApiClient.unwrapFuture(FutureData<T> futureToUnwrap,
FutureData<A> futureReturnedToUser,
A expectedInstance,
FutureResponse<T> responseToExecuteOnSuccess)
To support futures being passed as parameters, this method adds a listener to the unprocessed future that has
been passed as a parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Balance |
class |
Dpu |
class |
Stream |
class |
Usage |
class |
Validation |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicList |
| 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
|
FutureData<DataSiftResult> |
DataSiftDynamicList.get()
Retrieve all lists owned by the user given by the API credentials
|
<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 | Class and Description |
|---|---|
class |
ReplaceList |
| Modifier and Type | Method and Description |
|---|---|
FutureData<DataSiftResult> |
DataSiftDynamicListReplace.abort(ReplaceList list)
Abort the replace list
|
<T> FutureData<DataSiftResult> |
DataSiftDynamicListReplace.add(ReplaceList list,
List<T> items)
Add one or more items to a replace list with the given id
|
FutureData<DataSiftResult> |
DataSiftDynamicListReplace.commit(ReplaceList list)
Commit the replace list with the given id
|
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricsQuery |
class |
HistoricsQueryList |
class |
HistoricsStatus |
class |
PreparedHistoricsQuery |
| Modifier and Type | Method and Description |
|---|---|
FutureData<DataSiftResult> |
DataSiftHistorics.delete(PreparedHistoricsQuery query) |
FutureData<DataSiftResult> |
DataSiftHistorics.delete(String id)
Delete the historic with the given ID
|
FutureData<DataSiftResult> |
DataSiftHistorics.start(FutureData<PreparedHistoricsQuery> query)
Start the historics query given
|
FutureData<DataSiftResult> |
DataSiftHistorics.start(PreparedHistoricsQuery query) |
FutureData<DataSiftResult> |
DataSiftHistorics.start(String id)
Start the historics query with the given ID
|
protected FutureData<DataSiftResult> |
DataSiftHistorics.start(String id,
FutureData<DataSiftResult> f) |
FutureData<DataSiftResult> |
DataSiftHistorics.stop(PreparedHistoricsQuery query,
String reason) |
FutureData<DataSiftResult> |
DataSiftHistorics.stop(String id,
String reason)
Stop a given historics query
|
FutureData<DataSiftResult> |
DataSiftHistorics.update(String id,
String name)
Update the name of a historics query
|
| Modifier and Type | Method and Description |
|---|---|
protected FutureData<DataSiftResult> |
DataSiftHistorics.start(String id,
FutureData<DataSiftResult> f) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedSource |
class |
ManagedSourceList |
class |
ManagedSourceLog |
| Modifier and Type | Method and Description |
|---|---|
FutureData<DataSiftResult> |
DataSiftManagedSource.delete(String id) |
FutureData<DataSiftResult> |
DataSiftManagedSource.start(FutureData<ManagedSource> source) |
FutureData<DataSiftResult> |
DataSiftManagedSource.start(ManagedSource source) |
FutureData<DataSiftResult> |
DataSiftManagedSource.start(String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricsPreview |
class |
HistoricsPreviewData |
| Modifier and Type | Class and Description |
|---|---|
class |
PulledInteractions |
class |
PushCollection |
class |
PushLogMessages |
class |
PushSubscription |
class |
PushValidation |
| Modifier and Type | Method and Description |
|---|---|
FutureData<DataSiftResult> |
DataSiftPush.delete(String id)
Delete a push subsctiption
|
Copyright © 2015. All Rights Reserved.