| Package | Description |
|---|---|
| com.askfast.model |
| Modifier and Type | Method and Description |
|---|---|
static AdapterType |
AdapterType.fromJson(String name) |
AdapterType |
DialogRequest.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) |
| Constructor and Description |
|---|
DialogRequest(String address,
AdapterType adapterType,
String url) |
Copyright © 2015 AskFast BV. All rights reserved.