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