public class ExampleRequest extends RestDocObject
additionalFields| Constructor and Description |
|---|
ExampleRequest() |
ExampleRequest(String path,
String body) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
Map<String,String> |
getHeaders() |
String |
getPath() |
ExampleRequest |
header(String _header,
String _value) |
void |
setBody(String body) |
void |
setPath(String path) |
getAdditionalBoolean, getAdditionalField, getAdditionalFields, getAdditionalNumber, getAdditionalString, setAdditionalFieldpublic String getPath()
public void setPath(String path)
path - the path to setpublic String getBody()
public void setBody(String body)
body - the body to setpublic ExampleRequest header(String _header, String _value)
_header - _value - Copyright © 2012-2014 RestDoc org. All Rights Reserved.