| 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.MediumType |
MediaProperty.MediumType.fromJson(String name) |
MediaProperty.MediumType |
MediaProperty.getMedium() |
static MediaProperty.MediumType |
MediaProperty.MediumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaProperty.MediumType[] |
MediaProperty.MediumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Question.addProperty(MediaProperty.MediumType medium,
MediaProperty.MediaPropertyKey propertyKey,
String value)
Adds a media property for a specific medium
|
Map<MediaProperty.MediaPropertyKey,String> |
Question.getMediaPropertyByType(MediaProperty.MediumType type) |
String |
Question.getMediaPropertyValue(MediaProperty.MediumType type,
MediaProperty.MediaPropertyKey key) |
void |
MediaProperty.setMedium(MediaProperty.MediumType medium) |
Copyright © 2015 AskFast BV. All rights reserved.