com.heroku.api.request.config
Class ConfigRemove
java.lang.Object
com.heroku.api.request.config.ConfigRemove
- All Implemented Interfaces:
- Request<Map<String,String>>
public class ConfigRemove
- extends Object
- implements Request<Map<String,String>>
TODO: Javadoc
- Author:
- Naaman Newbold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigRemove
public ConfigRemove(String appName,
String configVarName)
getHttpMethod
public Http.Method getHttpMethod()
- Specified by:
getHttpMethod
in interface Request<Map<String,String>>
getEndpoint
public String getEndpoint()
- Specified by:
getEndpoint
in interface Request<Map<String,String>>
hasBody
public boolean hasBody()
- Specified by:
hasBody
in interface Request<Map<String,String>>
getBody
public String getBody()
- Specified by:
getBody
in interface Request<Map<String,String>>
getResponseType
public Http.Accept getResponseType()
- Specified by:
getResponseType
in interface Request<Map<String,String>>
getHeaders
public Map<String,String> getHeaders()
- Specified by:
getHeaders
in interface Request<Map<String,String>>
getResponse
public Map<String,String> getResponse(byte[] bytes,
int status)
- Specified by:
getResponse
in interface Request<Map<String,String>>
Copyright © 2012. All Rights Reserved.