com.heroku.api.request
Class RequestConfig
java.lang.Object
com.heroku.api.request.RequestConfig
public class RequestConfig
- extends Object
TODO: Javadoc
- Author:
- Naaman Newbold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestConfig
public RequestConfig()
onStack
public RequestConfig onStack(Heroku.Stack stack)
app
public RequestConfig app(String appName)
with
public RequestConfig with(Heroku.RequestKey key,
String value)
get
public String get(Heroku.RequestKey key)
asMap
public Map<Heroku.RequestKey,String> asMap()
has
public boolean has(Heroku.RequestKey key)
Copyright © 2012. All Rights Reserved.