public static class ApioClientBuilder.Response
extends java.lang.Object
| Constructor and Description |
|---|
Response(io.restassured.response.ValidatableResponse validatableResponse,
ApioClientBuilder.RequestSpecification requestSpecification) |
| Modifier and Type | Method and Description |
|---|---|
ApioClientBuilder.Response |
delete(java.lang.String href) |
ApioClientBuilder.Response |
follow(java.lang.String jsonPath) |
ApioClientBuilder.Response |
get(java.lang.String href) |
ApioClientBuilder.Response |
post(java.lang.String href) |
ApioClientBuilder.Response |
put(java.lang.String href) |
io.restassured.response.ValidatableResponse |
then() |
public Response(io.restassured.response.ValidatableResponse validatableResponse,
ApioClientBuilder.RequestSpecification requestSpecification)
public ApioClientBuilder.Response delete(java.lang.String href)
public ApioClientBuilder.Response follow(java.lang.String jsonPath)
public ApioClientBuilder.Response get(java.lang.String href)
public ApioClientBuilder.Response post(java.lang.String href)
public ApioClientBuilder.Response put(java.lang.String href)
public io.restassured.response.ValidatableResponse then()