Class JsonPatchItem
java.lang.Object
kong.unirest.core.JsonPatchItem
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonPatchItem(JSONObject row) JsonPatchItem(JsonPatchOperation op, String path) JsonPatchItem(JsonPatchOperation op, String path, Object value) -
Method Summary
-
Field Details
-
op
-
path
-
value
-
-
Constructor Details
-
JsonPatchItem
-
JsonPatchItem
-
JsonPatchItem
-
-
Method Details
-
equals
-
hashCode
-
toString
-
getOp
-
getPath
-
getValue
-