RestQuery |
RestQuery.RestQueryBuilder.andPath(String path) |
RestQuery |
RestQuery.withContent(String content) |
RestQuery |
RestQuery.withContentType(String contentType) |
RestQuery |
RestQuery.withParameters(List<Object> parameters) |
RestQuery |
RestQuery.withParameters(Map<String,?> parameterMap) |
RestQuery |
RestQuery.withRequestCookies(String requestCookies) |
RestQuery |
RestQuery.withRequestHeaders(String requestHeaders) |
RestQuery |
RestQuery.withResponse(String responseBody) |
RestQuery |
RestQuery.withResponseCookies(String responseCookies) |
RestQuery |
RestQuery.withResponseHeaders(String responseHeaders) |
RestQuery |
RestQuery.withStatusCode(Integer statusCode) |