| Package | Description |
|---|---|
| com.flowthings.client.api | |
| com.flowthings.client.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Types |
Request.type |
| Constructor and Description |
|---|
Request(Request.Action action,
Types type,
com.google.gson.reflect.TypeToken<? extends Response<S>> typeToken,
boolean listResponse) |
| Modifier and Type | Method and Description |
|---|---|
static Types |
Types.fromListName(String name) |
static Types |
Types.fromName(String name) |
static Types |
Types.get(Class klazz) |
static Types |
Types.getListType(Class klazz) |
static Types |
Types.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types[] |
Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.