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