static RestResponse |
RestUtil.delete(String address,
Map<String,Object> payload) |
static RestResponse |
RestUtil.get(String address) |
static RestResponse |
RestUtil.get(String address,
Map<String,Object> payload) |
static RestResponse |
RestResponse.getRestResponse(jakarta.ws.rs.core.Response response) |
static RestResponse |
RestUtil.options(String address,
String responseType) |
static RestResponse |
RestUtil.post(String address,
Map<String,Object> payload) |
static RestResponse |
RestUtil.post(String address,
Object payload,
String contentType) |
static RestResponse |
RestUtil.put(String address,
Map<String,Object> payload) |
static RestResponse |
RestUtil.sendCreateRequest(String endpoint,
Map<String,Object> attrs,
List<String> skipAttrs,
List<String> onlyUseAttrs,
List<String> convertToFalse) |
static RestResponse |
RestUtil.sendUpdateRequest(String endpoint,
Map<String,Object> attrs,
List<String> skipAttrs,
List<String> onlyUseAttrs,
List<String> convertToFalse) |