Uses of Class
com.heroku.api.Heroku.RequestKey

Packages that use Heroku.RequestKey
com.heroku.api   
com.heroku.api.http   
com.heroku.api.request   
 

Uses of Heroku.RequestKey in com.heroku.api
 

Methods in com.heroku.api that return Heroku.RequestKey
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.
 

Uses of Heroku.RequestKey in com.heroku.api.http
 

Methods in com.heroku.api.http with parameters of type Heroku.RequestKey
static String HttpUtil.encodeParameters(RequestConfig config, Heroku.RequestKey... keys)
           
 

Uses of Heroku.RequestKey in com.heroku.api.request
 

Methods in com.heroku.api.request that return types with arguments of type Heroku.RequestKey
 Map<Heroku.RequestKey,String> RequestConfig.asMap()
           
 

Methods in com.heroku.api.request with parameters of type Heroku.RequestKey
 String RequestConfig.get(Heroku.RequestKey key)
           
 boolean RequestConfig.has(Heroku.RequestKey key)
           
 RequestConfig RequestConfig.with(Heroku.RequestKey key, String value)
           
 



Copyright © 2012. All Rights Reserved.