Uses of Class
kong.unirest.JsonPatchOperation
-
Packages that use JsonPatchOperation Package Description kong.unirest -
-
Uses of JsonPatchOperation in kong.unirest
Methods in kong.unirest 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 with parameters of type JsonPatchOperation Constructor Description JsonPatchItem(JsonPatchOperation op, String path)JsonPatchItem(JsonPatchOperation op, String path, Object value)
-