| Package | Description |
|---|---|
| com.askfast.askfastapi | |
| com.askfast.model |
| Modifier and Type | Method and Description |
|---|---|
Result |
AskFastRestClient.startDialog(Map<String,String> addressMap,
Map<String,String> addressCcMap,
Map<String,String> addressBccMap,
AdapterType adapterType,
String adapterID,
String senderName,
String subject,
String url)
Initiates a broadcast dialog request from a given adapterId.
|
Result |
AskFastRestClient.startDialog(String toAddress,
AdapterType adapterType,
String senderName,
String subject,
String url)
Initiates a dialog request from a given adapterId.
|
| Modifier and Type | Method and Description |
|---|---|
static AdapterType |
AdapterType.fromJson(String name) |
AdapterType |
DialogRequest.getAdapterType() |
AdapterType |
DDRRecord.getAdapterType() |
static AdapterType |
AdapterType.getByValue(String value)
returns the enum based on the name or the value
|
static AdapterType |
AdapterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdapterType[] |
AdapterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DialogRequest.setAdapterType(AdapterType adapterType) |
void |
DDRRecord.setAdapterType(AdapterType adapterType) |
| Constructor and Description |
|---|
DialogRequest(Map<String,String> addressMap,
Map<String,String> addressCcMap,
Map<String,String> addressBccMap,
AdapterType adapterType,
String adapterID,
String senderName,
String subject,
String url)
A detailed consturctor which can be used to send a broadcast with a
specific senderName
|
DialogRequest(String address,
AdapterType adapterType,
String adapterId,
String senderName,
String subject,
String url)
A consturctor which can be used to trigger an outbound request
|
Copyright © 2015 AskFast BV. All rights reserved.