Uses of Interface
kong.unirest.JsonPatchRequest
-
Packages that use JsonPatchRequest Package Description kong.unirest -
-
Uses of JsonPatchRequest in kong.unirest
Methods in kong.unirest that return JsonPatchRequest Modifier and Type Method Description JsonPatchRequestJsonPatchRequest. add(String path, Object value)JsonPatchRequestJsonPatchRequest. copy(String from, String path)static JsonPatchRequestUnirest. jsonPatch(String url)Start a PATCH HttpRequest which supports a JSON Patch builder.JsonPatchRequestUnirestInstance. jsonPatch(String url)Start a PATCH HttpRequest which supports a JSON Patch builder.JsonPatchRequestJsonPatchRequest. move(String from, String path)JsonPatchRequestJsonPatchRequest. remove(String path)JsonPatchRequestJsonPatchRequest. replace(String path, Object value)JsonPatchRequestJsonPatchRequest. test(String path, Object value)
-