| Package | Description |
|---|---|
| com.askfast.askfastapi | |
| com.askfast.util |
| Modifier and Type | Method and Description |
|---|---|
List<DDRRecord> |
AskFastRestClient.getDDRRecords(Collection<String> adapterIds,
Collection<String> adapterTypes,
String fromAddress,
String typeId,
String status,
Long startTime,
Long endTime,
String delimitedSessionKeys,
Integer offset,
Integer limit,
Boolean shouldGenerateCosts,
Boolean shouldIncludeServiceCosts)
Returns a list of
DDRRecords based on the give
parameters. |
| Modifier and Type | Method and Description |
|---|---|
List<DDRRecord> |
AskFastRestService.getDDRRecords(String delimitedAdapterIds,
String delimitedAdapterTypes,
String fromAddress,
String typeId,
String status,
Long startTime,
Long endTime,
String delimitedSessionKeys,
Integer offset,
Integer limit,
Boolean shouldGenerateCosts,
Boolean shouldIncludeServiceCosts)
Fetches all the ddrRecords based on the filtering criteria given
|
Copyright © 2015 AskFast BV. All rights reserved.