public static class CreateOrderTrackingInput.Builder extends Object
CreateOrderTrackingInput.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(String id,
String contentType,
OrderTrackerRequest body)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOrderTrackingInput.Builder |
body(OrderTrackerRequest body)
Setter for body.
|
CreateOrderTrackingInput |
build()
Builds a new
CreateOrderTrackingInput object using the set fields. |
CreateOrderTrackingInput.Builder |
contentType(String contentType)
Setter for contentType.
|
CreateOrderTrackingInput.Builder |
id(String id)
Setter for id.
|
CreateOrderTrackingInput.Builder |
paypalAuthAssertion(String paypalAuthAssertion)
Setter for paypalAuthAssertion.
|
public Builder()
public Builder(String id, String contentType, OrderTrackerRequest body)
id - String value for id.contentType - String value for contentType.body - OrderTrackerRequest value for body.public CreateOrderTrackingInput.Builder id(String id)
id - String value for id.public CreateOrderTrackingInput.Builder contentType(String contentType)
contentType - String value for contentType.public CreateOrderTrackingInput.Builder body(OrderTrackerRequest body)
body - OrderTrackerRequest value for body.public CreateOrderTrackingInput.Builder paypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - String value for paypalAuthAssertion.public CreateOrderTrackingInput build()
CreateOrderTrackingInput object using the set fields.CreateOrderTrackingInputCopyright © 2025. All rights reserved.