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