public class Patch extends PayPalModel
| Constructor and Description |
|---|
Patch()
Default Constructor
|
Patch(String op,
String path)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom() |
String |
getOp()
Getter for op
|
String |
getPath()
Getter for path
|
Object |
getValue() |
void |
setFrom(String from) |
Patch |
setOp(String op)
Setter for op
|
Patch |
setPath(String path)
Setter for path
|
void |
setValue(Object value) |
equals, hashCode, toJSON, toStringCopyright © 2015. All Rights Reserved.