Uses of Enum Class
kong.unirest.core.JsonPatchOperation
Packages that use JsonPatchOperation
-
Uses of JsonPatchOperation in kong.unirest.core
Fields in kong.unirest.core declared as JsonPatchOperationMethods in kong.unirest.core that return JsonPatchOperationModifier and TypeMethodDescriptionJsonPatchItem.getOp()static JsonPatchOperationReturns the enum constant of this class with the specified name.static JsonPatchOperation[]JsonPatchOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in kong.unirest.core with parameters of type JsonPatchOperationModifierConstructorDescriptionJsonPatchItem(JsonPatchOperation op, String path) JsonPatchItem(JsonPatchOperation op, String path, Object value)