com.heroku.api.request
Class RequestConfig

java.lang.Object
  extended by com.heroku.api.request.RequestConfig

public class RequestConfig
extends Object

TODO: Javadoc

Author:
Naaman Newbold

Constructor Summary
RequestConfig()
           
 
Method Summary
 RequestConfig app(String appName)
           
 Map<Heroku.RequestKey,String> asMap()
           
 String get(Heroku.RequestKey key)
           
 boolean has(Heroku.RequestKey key)
           
 RequestConfig onStack(Heroku.Stack stack)
           
 RequestConfig with(Heroku.RequestKey key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestConfig

public RequestConfig()
Method Detail

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.