Interface CartUnlockedMessagePayload
- All Superinterfaces:
MessagePayload,MessagePayloadMixin
Generated after a successful Unlock Cart update action.
Example to create an instance using the builder pattern
CartUnlockedMessagePayload cartUnlockedMessagePayload = CartUnlockedMessagePayload.builder()
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for CartUnlockedMessagePayload -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for CartUnlockedMessagePayloadbuilder(CartUnlockedMessagePayload template) create builder for CartUnlockedMessagePayload instancecopyDeep()static CartUnlockedMessagePayloaddeepCopy(CartUnlockedMessagePayload template) factory method to create a deep copy of CartUnlockedMessagePayloadstatic CartUnlockedMessagePayloadof()factory methodstatic CartUnlockedMessagePayloadof(CartUnlockedMessagePayload template) factory method to create a shallow copy CartUnlockedMessagePayloadstatic tools.jackson.core.type.TypeReference<CartUnlockedMessagePayload>gives a TypeReference for usage with Jackson DataBinddefault <T> Taccessor map functionMethods inherited from interface com.commercetools.api.models.message.MessagePayload
getType, withMessagePayloadMethods inherited from interface com.commercetools.api.models.message.MessagePayloadMixin
as
-
Field Details
-
CART_UNLOCKED
discriminator value for CartUnlockedMessagePayload- See Also:
-
-
Method Details
-
of
factory method- Returns:
- instance of CartUnlockedMessagePayload
-
of
factory method to create a shallow copy CartUnlockedMessagePayload- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
CartUnlockedMessagePayload copyDeep()- Specified by:
copyDeepin interfaceMessagePayload
-
deepCopy
factory method to create a deep copy of CartUnlockedMessagePayload- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for CartUnlockedMessagePayload- Returns:
- builder
-
builder
create builder for CartUnlockedMessagePayload instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withCartUnlockedMessagePayload
accessor map function- Type Parameters:
T- mapped type- Parameters:
helper- function to map the object- Returns:
- mapped value
-
typeReference
gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-