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