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