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