Interface CartUnfrozenMessagePayload
- All Superinterfaces:
MessagePayload,MessagePayloadMixin
Generated after a successful Unfreeze Cart update action.
Example to create an instance using the builder pattern
CartUnfrozenMessagePayload cartUnfrozenMessagePayload = CartUnfrozenMessagePayload.builder()
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for CartUnfrozenMessagePayload -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for CartUnfrozenMessagePayloadbuilder(CartUnfrozenMessagePayload template) create builder for CartUnfrozenMessagePayload instancecopyDeep()static CartUnfrozenMessagePayloaddeepCopy(CartUnfrozenMessagePayload template) factory method to create a deep copy of CartUnfrozenMessagePayloadstatic CartUnfrozenMessagePayloadof()factory methodstatic CartUnfrozenMessagePayloadof(CartUnfrozenMessagePayload template) factory method to create a shallow copy CartUnfrozenMessagePayloadstatic com.fasterxml.jackson.core.type.TypeReference<CartUnfrozenMessagePayload>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_UNFROZEN
discriminator value for CartUnfrozenMessagePayload- See Also:
-
-
Method Details
-
of
factory method- Returns:
- instance of CartUnfrozenMessagePayload
-
of
factory method to create a shallow copy CartUnfrozenMessagePayload- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
CartUnfrozenMessagePayload copyDeep()- Specified by:
copyDeepin interfaceMessagePayload
-
deepCopy
factory method to create a deep copy of CartUnfrozenMessagePayload- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for CartUnfrozenMessagePayload- Returns:
- builder
-
builder
create builder for CartUnfrozenMessagePayload instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withCartUnfrozenMessagePayload
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
-