| Package | Description |
|---|---|
| com.heroku.api | |
| com.heroku.api.http | |
| com.heroku.api.request |
| Modifier and Type | Method and Description |
|---|---|
static Heroku.RequestKey |
Heroku.RequestKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heroku.RequestKey[] |
Heroku.RequestKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
HttpUtil.encodeParameters(RequestConfig config,
Heroku.RequestKey... keys)
URL encode request paramaters from a
RequestConfig. |
| Modifier and Type | Method and Description |
|---|---|
Map<Heroku.RequestKey,RequestConfig.Either> |
RequestConfig.getMap(Heroku.RequestKey key) |
Map<Heroku.RequestKey,RequestConfig.Either> |
RequestConfig.Either.map() |
| Modifier and Type | Method and Description |
|---|---|
String |
RequestConfig.get(Heroku.RequestKey key) |
Map<Heroku.RequestKey,RequestConfig.Either> |
RequestConfig.getMap(Heroku.RequestKey key) |
boolean |
RequestConfig.has(Heroku.RequestKey key) |
RequestConfig |
RequestConfig.with(Heroku.RequestKey key,
Map<Heroku.RequestKey,RequestConfig.Either> value)
Sets a
Heroku.RequestKey parameter. |
RequestConfig |
RequestConfig.with(Heroku.RequestKey key,
String value)
Sets a
Heroku.RequestKey parameter. |
RequestConfig |
RequestConfig.withOptions(Heroku.RequestKey key,
Map<String,String> data)
Sets a
Heroku.RequestKey parameter. |
| Modifier and Type | Method and Description |
|---|---|
RequestConfig |
RequestConfig.with(Heroku.RequestKey key,
Map<Heroku.RequestKey,RequestConfig.Either> value)
Sets a
Heroku.RequestKey parameter. |
| Constructor and Description |
|---|
Either(Map<Heroku.RequestKey,RequestConfig.Either> value) |
Copyright © 2018. All rights reserved.