public class RestQuery extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestQuery.RestQueryBuilder |
| Constructor and Description |
|---|
RestQuery(RestMethod method,
String path) |
public RestQuery(RestMethod method, String path)
public RestMethod getMethod()
public String getPath()
public String getResponseBody()
public String getContent()
public String getContentType()
public Integer getStatusCode()
public String getRequestHeaders()
public String getRequestCookies()
public String getResponseHeaders()
public String getResponseCookies()
public boolean hasParameters()
public String getFormattedQuery()
public static RestQuery.RestQueryBuilder withMethod(RestMethod method)
Copyright © 2022. All rights reserved.