| Package | Description |
|---|---|
| com.askfast.askfastapi | |
| com.askfast.askfastapi.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AskFast.addMediaProperty(MediaProperty.MediumType mediumType,
MediaProperty.MediaPropertyKey propertyKey,
java.lang.String value)
Adds some communication channel specific properties.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaProperty.MediaPropertyKey |
MediaProperty.MediaPropertyKey.fromJson(java.lang.String name) |
static MediaProperty.MediaPropertyKey |
MediaProperty.MediaPropertyKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaProperty.MediaPropertyKey[] |
MediaProperty.MediaPropertyKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<MediaProperty.MediaPropertyKey,java.lang.String> |
Question.getMediaPropertyByType(MediaProperty.MediumType type) |
java.util.Map<MediaProperty.MediaPropertyKey,java.lang.String> |
MediaProperty.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaProperty.addProperty(MediaProperty.MediaPropertyKey key,
java.lang.String value) |
void |
Question.addProperty(MediaProperty.MediumType medium,
MediaProperty.MediaPropertyKey propertyKey,
java.lang.String value)
Adds some communication channel specific properties.
|
java.lang.String |
Question.getMediaPropertyValue(MediaProperty.MediumType type,
MediaProperty.MediaPropertyKey key) |
Copyright © 2018 AskFast BV. All Rights Reserved.