Uses of Class
kong.unirest.core.JsonPatchOperation
-
Packages that use JsonPatchOperation Package Description kong.unirest.core -
-
Uses of JsonPatchOperation in kong.unirest.core
Methods in kong.unirest.core that return JsonPatchOperation Modifier and Type Method Description JsonPatchOperationJsonPatchItem. getOp()static JsonPatchOperationJsonPatchOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonPatchOperation[]JsonPatchOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in kong.unirest.core with parameters of type JsonPatchOperation Constructor Description JsonPatchItem(JsonPatchOperation op, String path)JsonPatchItem(JsonPatchOperation op, String path, Object value)
-