public class RestApi extends Api
| Constructor and Description |
|---|
RestApi() |
RestApi(String name,
String operation,
String url,
RestResponse response) |
| Modifier and Type | Method and Description |
|---|---|
RestApi |
build() |
RestApi |
name(String name) |
RestApi |
operation(String method) |
RestApi |
response(RestResponse restResponse) |
RestApi |
url(String url) |
getName, getOperation, getResponse, getUrlpublic RestApi(String name, String operation, String url, RestResponse response)
public RestApi()
Copyright © 2016. All Rights Reserved.