| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PatchOp |
PatchOp.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PatchOp |
PatchOp.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PatchOp |
Patch.getOp()
Getter for Op.
|
static PatchOp |
PatchOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchOp[] |
PatchOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Patch.Builder |
Patch.Builder.op(PatchOp op)
Setter for op.
|
void |
Patch.setOp(PatchOp op)
Setter for Op.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PatchOp.toValue(List<PatchOp> toConvert)
Convert list of PatchOp values to list of string values.
|
| Constructor and Description |
|---|
Builder(PatchOp op)
Initialization constructor.
|
Patch(PatchOp op,
String path,
JsonValue value,
String from)
Initialization constructor.
|
Copyright © 2025. All rights reserved.