public class PostmanRequest extends Object
| Constructor and Description |
|---|
PostmanRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert() |
String |
getBody() |
Map<String,String> |
getHeaders() |
String |
getMethod() |
String |
getUrl() |
void |
setBody(String body) |
void |
setHeaders(Map<String,String> headers) |
void |
setMethod(String method) |
void |
setUrl(String url) |
String |
toString() |
Copyright © 2019. All rights reserved.