public static class RequestConfig.Either extends Object
| Constructor and Description |
|---|
Either(Boolean value) |
Either(Map<Heroku.RequestKey,RequestConfig.Either> value) |
Either(RequestConfig.Data data) |
Either(String value) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
bool() |
Map<String,String> |
data() |
Boolean |
is(Class c) |
Map<Heroku.RequestKey,RequestConfig.Either> |
map() |
String |
string() |
public Either(Boolean value)
public Either(String value)
public Either(RequestConfig.Data data)
public Either(Map<Heroku.RequestKey,RequestConfig.Either> value)
public String string()
public Boolean bool()
public Map<Heroku.RequestKey,RequestConfig.Either> map()
Copyright © 2018. All rights reserved.