Package | Description |
---|---|
io.github.openunirest.http | |
io.github.openunirest.request |
Modifier and Type | Method and Description |
---|---|
static JsonPatchRequest |
Unirest.jsonPatch(String url) |
Modifier and Type | Method and Description |
---|---|
JsonPatchRequest |
JsonPatchRequest.add(String path,
Object value) |
JsonPatchRequest |
JsonPatchRequest.copy(String from,
String path) |
JsonPatchRequest |
JsonPatchRequest.move(String from,
String path) |
JsonPatchRequest |
JsonPatchRequest.remove(String path) |
JsonPatchRequest |
JsonPatchRequest.replace(String path,
Object value) |
JsonPatchRequest |
JsonPatchRequest.test(String path,
Object value) |
Copyright © 2018. All rights reserved.