Package kong.unirest.core
Class JsonPatchItem
- java.lang.Object
-
- kong.unirest.core.JsonPatchItem
-
public class JsonPatchItem extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonPatchItem(JSONObject row)JsonPatchItem(JsonPatchOperation op, String path)JsonPatchItem(JsonPatchOperation op, String path, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)JsonPatchOperationgetOp()StringgetPath()ObjectgetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
JsonPatchItem
public JsonPatchItem(JsonPatchOperation op, String path, Object value)
-
JsonPatchItem
public JsonPatchItem(JsonPatchOperation op, String path)
-
JsonPatchItem
public JsonPatchItem(JSONObject row)
-
-
Method Detail
-
getOp
public JsonPatchOperation getOp()
-
getPath
public String getPath()
-
getValue
public Object getValue()
-
-