java.lang.Object
com.logicommerce.sdk.models.queues.QueueMessage
com.logicommerce.sdk.models.queues.CartQueueMessage
Message to be sent to the queue for cart message type
- Since:
- 1.3.9
- Author:
- LogiCommerce
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for the CartQueueMessage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CartQueueMessage.Builderbuilder()Creates a Builder for the CartQueueMessagegetToken()Returns the tokengetType()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
-
getToken
Returns the token- Returns:
- a
Stringobject
-
builder
Creates a Builder for the CartQueueMessage- Returns:
- a
CartQueueMessage.Builderobject
-