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