public class PatchOrderInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PatchOrderInput.Builder
Class to build instances of
PatchOrderInput. |
| Constructor and Description |
|---|
PatchOrderInput()
Default constructor.
|
PatchOrderInput(String id,
String contentType,
String paypalMockResponse,
String paypalAuthAssertion,
List<Patch> body)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
getBody()
Getter for Body.
|
String |
getContentType()
Getter for ContentType.
|
String |
getId()
Getter for Id.
|
String |
getPaypalAuthAssertion()
Getter for PaypalAuthAssertion.
|
String |
getPaypalMockResponse()
Getter for PaypalMockResponse.
|
void |
setBody(List<Patch> body)
Setter for Body.
|
void |
setId(String id)
Setter for Id.
|
void |
setPaypalAuthAssertion(String paypalAuthAssertion)
Setter for PaypalAuthAssertion.
|
void |
setPaypalMockResponse(String paypalMockResponse)
Setter for PaypalMockResponse.
|
PatchOrderInput.Builder |
toBuilder()
Builds a new
PatchOrderInput.Builder object. |
String |
toString()
Converts this PatchOrderInput into string format.
|
public PatchOrderInput()
public PatchOrderInput(String id, String contentType, String paypalMockResponse, String paypalAuthAssertion, List<Patch> body)
id - String value for id.contentType - String value for contentType.paypalMockResponse - String value for paypalMockResponse.paypalAuthAssertion - String value for paypalAuthAssertion.body - List of Patch value for body.public String getId()
public void setId(String id)
id - Value for Stringpublic String getContentType()
public String getPaypalMockResponse()
public void setPaypalMockResponse(String paypalMockResponse)
paypalMockResponse - Value for Stringpublic String getPaypalAuthAssertion()
public void setPaypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - Value for Stringpublic void setBody(List<Patch> body)
body - Value for List of Patchpublic String toString()
public PatchOrderInput.Builder toBuilder()
PatchOrderInput.Builder object.
Creates the instance with the state of the current model.PatchOrderInput.Builder objectCopyright © 2025. All rights reserved.