com.heroku.api.request.app
public class AppExists extends RequestTransformation<App,Boolean>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getResponse(byte[] data,
int code)
Response handler.
|
getBody, getEndpoint, getHeaders, getHttpMethod, getResponseType, hasBodypublic AppExists(String name)
public Boolean getResponse(byte[] data, int code)
RequestgetResponse in interface Request<Boolean>getResponse in class RequestTransformation<App,Boolean>data - Data returned from the request.code - HTTP status code.T as specified by an individual request.Copyright © 2014. All Rights Reserved.