public class V1UpdateOrderRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1UpdateOrderRequest.Builder
Class to build instances of
V1UpdateOrderRequest. |
| Constructor and Description |
|---|
V1UpdateOrderRequest(String action,
String shippedTrackingNumber,
String completedNote,
String refundedNote,
String canceledNote)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAction()
Getter for Action.
|
String |
getCanceledNote()
Getter for CanceledNote.
|
String |
getCompletedNote()
Getter for CompletedNote.
|
String |
getRefundedNote()
Getter for RefundedNote.
|
String |
getShippedTrackingNumber()
Getter for ShippedTrackingNumber.
|
int |
hashCode() |
V1UpdateOrderRequest.Builder |
toBuilder()
Builds a new
V1UpdateOrderRequest.Builder object. |
String |
toString()
Converts this V1UpdateOrderRequest into string format.
|
public V1UpdateOrderRequest(String action, String shippedTrackingNumber, String completedNote, String refundedNote, String canceledNote)
action - String value for action.shippedTrackingNumber - String value for shippedTrackingNumber.completedNote - String value for completedNote.refundedNote - String value for refundedNote.canceledNote - String value for canceledNote.public String getAction()
public String getShippedTrackingNumber()
public String getCompletedNote()
public String getRefundedNote()
public String getCanceledNote()
public String toString()
public V1UpdateOrderRequest.Builder toBuilder()
V1UpdateOrderRequest.Builder object.
Creates the instance with the state of the current model.V1UpdateOrderRequest.Builder objectCopyright © 2022. All rights reserved.