Uses of Interface
kong.unirest.core.JsonPatchRequest
-
Packages that use JsonPatchRequest Package Description kong.unirest.core -
-
Uses of JsonPatchRequest in kong.unirest.core
Methods in kong.unirest.core 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)
-