RestResponse |
RestWrapper.process(RestRequest restRequest) |
|
void |
RestWrapper.processEmptyModel(RestRequest restRequest) |
Process a response that has no body - basically will need only the status code from it
|
RestHtmlResponse |
RestWrapper.processHtmlResponse(RestRequest restRequest) |
Process a response that returns a html
|
org.json.JSONObject |
RestWrapper.processJson(RestRequest restRequest) |
|
<T> T |
RestWrapper.processModel(java.lang.Class<T> classz,
RestRequest restRequest) |
|
<T> T |
RestWrapper.processModels(java.lang.Class<T> classz,
RestRequest restRequest) |
|
<T> T |
RestWrapper.processModelWithoutEntryObject(java.lang.Class<T> classz,
RestRequest restRequest) |
|
java.util.List<java.lang.Object> |
RestWrapper.processRelationsJson(RestRequest restRequest) |
Process responses for site relations models, such as {@link RestSiteModel, RestSiteContainerModelsCollection, RestSiteMemberModelsCollection}
|
java.util.List<java.util.List<java.lang.Object>> |
RestWrapper.processSitesRelationsJson(RestRequest restRequest) |
Process responses for site relations models, such as {@link RestSiteModel, RestSiteContainerModelsCollection, RestSiteMemberModelsCollection}
|
RestTextResponse |
RestWrapper.processTextResponse(RestRequest restRequest) |
|
protected io.restassured.response.Response |
RestWrapper.sendRequest(RestRequest restRequest) |
Send REST request based on HTTP method
|