| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
Patch |
Patch.Builder.build()
Builds a new
Patch object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
UpdateOrderTrackingInput.getBody()
Getter for Body.
|
List<Patch> |
PatchOrderInput.getBody()
Getter for Body.
|
List<Patch> |
PatchSubscriptionInput.getBody()
Getter for Body.
|
List<Patch> |
PatchBillingPlanInput.getBody()
Getter for Body.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOrderTrackingInput.Builder |
UpdateOrderTrackingInput.Builder.body(List<Patch> body)
Setter for body.
|
PatchOrderInput.Builder |
PatchOrderInput.Builder.body(List<Patch> body)
Setter for body.
|
PatchSubscriptionInput.Builder |
PatchSubscriptionInput.Builder.body(List<Patch> body)
Setter for body.
|
PatchBillingPlanInput.Builder |
PatchBillingPlanInput.Builder.body(List<Patch> body)
Setter for body.
|
void |
UpdateOrderTrackingInput.setBody(List<Patch> body)
Setter for Body.
|
void |
PatchOrderInput.setBody(List<Patch> body)
Setter for Body.
|
void |
PatchSubscriptionInput.setBody(List<Patch> body)
Setter for Body.
|
void |
PatchBillingPlanInput.setBody(List<Patch> body)
Setter for Body.
|
| Constructor and Description |
|---|
PatchBillingPlanInput(String id,
String contentType,
List<Patch> body)
Initialization constructor.
|
PatchOrderInput(String id,
String contentType,
String paypalMockResponse,
String paypalAuthAssertion,
List<Patch> body)
Initialization constructor.
|
PatchSubscriptionInput(String id,
String contentType,
List<Patch> body)
Initialization constructor.
|
UpdateOrderTrackingInput(String id,
String trackerId,
String contentType,
String paypalAuthAssertion,
List<Patch> body)
Initialization constructor.
|
Copyright © 2026. All rights reserved.