public class UpdateOrderTrackingInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateOrderTrackingInput.Builder
Class to build instances of
UpdateOrderTrackingInput. |
| Constructor and Description |
|---|
UpdateOrderTrackingInput()
Default constructor.
|
UpdateOrderTrackingInput(String id,
String trackerId,
String contentType,
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 |
getTrackerId()
Getter for TrackerId.
|
void |
setBody(List<Patch> body)
Setter for Body.
|
void |
setId(String id)
Setter for Id.
|
void |
setPaypalAuthAssertion(String paypalAuthAssertion)
Setter for PaypalAuthAssertion.
|
void |
setTrackerId(String trackerId)
Setter for TrackerId.
|
UpdateOrderTrackingInput.Builder |
toBuilder()
Builds a new
UpdateOrderTrackingInput.Builder object. |
String |
toString()
Converts this UpdateOrderTrackingInput into string format.
|
public UpdateOrderTrackingInput()
public UpdateOrderTrackingInput(String id, String trackerId, String contentType, String paypalAuthAssertion, List<Patch> body)
id - String value for id.trackerId - String value for trackerId.contentType - String value for contentType.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 getTrackerId()
public void setTrackerId(String trackerId)
trackerId - Value for Stringpublic String getContentType()
public 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 UpdateOrderTrackingInput.Builder toBuilder()
UpdateOrderTrackingInput.Builder object.
Creates the instance with the state of the current model.UpdateOrderTrackingInput.Builder objectCopyright © 2025. All rights reserved.