public static class RequestConfig.Either extends Object
Constructor and Description |
---|
Either(Map<Heroku.RequestKey,RequestConfig.Either> value) |
Either(String value) |
Modifier and Type | Method and Description |
---|---|
Boolean |
isMap() |
Boolean |
isString() |
Map<Heroku.RequestKey,RequestConfig.Either> |
map() |
String |
string() |
Object |
value() |
public Either(String value)
public Either(Map<Heroku.RequestKey,RequestConfig.Either> value)
public String string()
public Map<Heroku.RequestKey,RequestConfig.Either> map()
public Object value()
public Boolean isMap()
public Boolean isString()
Copyright © 2017. All rights reserved.