public class AppExists extends RequestTransformation<App,Boolean>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getResponse(byte[] data,
int code,
Map<String,String> responseHeaders)
Response handler.
|
getBody, getBodyAsMap, getEndpoint, getHeaders, getHttpMethod, getResponseType, hasBodypublic AppExists(String name)
public Boolean getResponse(byte[] data, int code, Map<String,String> responseHeaders)
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 © 2018. All rights reserved.