| Constructor and Description |
|---|
Api() |
Api(String name,
String operation,
String url,
RestResponse response) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getOperation() |
RestResponse |
getResponse() |
String |
getUrl() |
public Api(String name, String operation, String url, RestResponse response)
name - the short description about the REST apioperation - one of the http methods e.g. GET, PUT, POST, DELETE, HEADurl - the REST end point being simulatedresponse - the REST response expected from the end pointpublic Api()
public String getName()
public String getOperation()
public String getUrl()
public RestResponse getResponse()
Copyright © 2016. All Rights Reserved.