java.lang.Object
com.logicommerce.sdk.models.queues.QueueMessage
com.logicommerce.sdk.models.queues.OrderQueueMessage
Message to be sent to the queue for order message type
- Since:
- 1.2.0
- Author:
- LogiCommerce
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for the OrderQueueMessage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrderQueueMessage.Builderbuilder()Creates a Builder for the OrderQueueMessageReturns the order idgetType()Returns the type of the messageMethods inherited from class com.logicommerce.sdk.models.queues.QueueMessage
getAction, getAttributes, getSettings
-
Constructor Details
-
Method Details
-
getType
Returns the type of the message- Specified by:
getTypein classQueueMessage- Returns:
- a
QueueMessageTypeobject
-
getOrderId
Returns the order id- Returns:
- a
Integerobject
-
builder
Creates a Builder for the OrderQueueMessage- Returns:
- a
OrderQueueMessage.Builderobject
-