public static class Order.Events.Create extends Object implements Event<Order>, Serializable, CreationEvent<Order>
Modifier and Type | Class and Description |
---|---|
static class |
Order.Events.Create.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
signatureKey |
Constructor and Description |
---|
Create(String orderID,
String description,
String fromAddress,
String toAddress,
String destinationEmail,
String senderEmail,
Integer maxAttempts,
String comment)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Order.Events.Create.Builder |
builder() |
String |
getComment() |
String |
getDescription() |
String |
getDestinationEmail() |
String |
getFromAddress() |
Integer |
getMaxAttempts() |
String |
getOrderID() |
String |
getSenderEmail() |
String |
getToAddress() |
String |
signatureKey() |
String |
toString() |
public static final String signatureKey
public String signatureKey()
signatureKey
in interface Event<Order>
public String getOrderID()
public String getDescription()
public String getFromAddress()
public String getToAddress()
public String getDestinationEmail()
public String getSenderEmail()
public Integer getMaxAttempts()
public String getComment()
public static Order.Events.Create.Builder builder()
Copyright © 2012–2022. All rights reserved.