public static class UpdateOrderTrackingInput.Builder extends Object
UpdateOrderTrackingInput.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(String id,
String trackerId,
String contentType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOrderTrackingInput.Builder |
body(List<Patch> body)
Setter for body.
|
UpdateOrderTrackingInput |
build()
Builds a new
UpdateOrderTrackingInput object using the set fields. |
UpdateOrderTrackingInput.Builder |
contentType(String contentType)
Setter for contentType.
|
UpdateOrderTrackingInput.Builder |
id(String id)
Setter for id.
|
UpdateOrderTrackingInput.Builder |
paypalAuthAssertion(String paypalAuthAssertion)
Setter for paypalAuthAssertion.
|
UpdateOrderTrackingInput.Builder |
trackerId(String trackerId)
Setter for trackerId.
|
public UpdateOrderTrackingInput.Builder id(String id)
id - String value for id.public UpdateOrderTrackingInput.Builder trackerId(String trackerId)
trackerId - String value for trackerId.public UpdateOrderTrackingInput.Builder contentType(String contentType)
contentType - String value for contentType.public UpdateOrderTrackingInput.Builder paypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - String value for paypalAuthAssertion.public UpdateOrderTrackingInput.Builder body(List<Patch> body)
body - List of Patch value for body.public UpdateOrderTrackingInput build()
UpdateOrderTrackingInput object using the set fields.UpdateOrderTrackingInputCopyright © 2025. All rights reserved.