Uses of Class
kong.unirest.core.JsonPatchOperation
-
Packages that use JsonPatchOperation Package Description kong.unirest.core -
-
Uses of JsonPatchOperation in kong.unirest.core
Fields in kong.unirest.core declared as JsonPatchOperation Modifier and Type Field Description private JsonPatchOperation
JsonPatchItem. op
Methods in kong.unirest.core that return JsonPatchOperation Modifier and Type Method Description JsonPatchOperation
JsonPatchItem. getOp()
static JsonPatchOperation
JsonPatchOperation. valueOf(java.lang.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, java.lang.String path)
JsonPatchItem(JsonPatchOperation op, java.lang.String path, java.lang.Object value)
-