| Package | Description |
|---|---|
| com.askfast.askfastapi | |
| com.askfast.askfastapi.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AskFast.addMediaProperty(MediaProperty.MediumType mediumType,
MediaProperty.MediaPropertyKey propertyKey,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static MediaProperty.MediaPropertyKey |
MediaProperty.MediaPropertyKey.fromJson(String name) |
static MediaProperty.MediaPropertyKey |
MediaProperty.MediaPropertyKey.valueOf(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 |
|---|---|
Map<MediaProperty.MediaPropertyKey,String> |
Question.getMediaPropertyByType(MediaProperty.MediumType type) |
Map<MediaProperty.MediaPropertyKey,String> |
MediaProperty.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaProperty.addProperty(MediaProperty.MediaPropertyKey key,
String value) |
void |
Question.addProperty(MediaProperty.MediumType medium,
MediaProperty.MediaPropertyKey propertyKey,
String value)
Adds a media property for a specific medium
|
String |
Question.getMediaPropertyValue(MediaProperty.MediumType type,
MediaProperty.MediaPropertyKey key) |
Copyright © 2015 AskFast BV. All rights reserved.