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, hasBody
public AppExists(String name)
public Boolean getResponse(byte[] data, int code, Map<String,String> responseHeaders)
Request
getResponse
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 © 2017. All rights reserved.