| Package | Description |
|---|---|
| com.askfast.model |
| Modifier and Type | Method and Description |
|---|---|
static Language |
Language.fromJson(java.lang.String name) |
static Language |
Language.getByValue(java.lang.String nameOrValue)
Returns the enum based on the name or the value.
|
static Language |
Language.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 AskFast BV. All Rights Reserved.