Interface ProductSelectionDeletedMessagePayload
- All Superinterfaces:
MessagePayload,MessagePayloadMixin
Generated after a successful Delete Product Selection request.
Example to create an instance using the builder pattern
ProductSelectionDeletedMessagePayload productSelectionDeletedMessagePayload = ProductSelectionDeletedMessagePayload.builder()
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for ProductSelectionDeletedMessagePayload -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for ProductSelectionDeletedMessagePayloadbuilder(ProductSelectionDeletedMessagePayload template) create builder for ProductSelectionDeletedMessagePayload instancecopyDeep()factory method to create a deep copy of ProductSelectionDeletedMessagePayloadof()factory methodof(ProductSelectionDeletedMessagePayload template) factory method to create a shallow copy ProductSelectionDeletedMessagePayloadstatic com.fasterxml.jackson.core.type.TypeReference<ProductSelectionDeletedMessagePayload>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
-
PRODUCT_SELECTION_DELETED
discriminator value for ProductSelectionDeletedMessagePayload- See Also:
-
-
Method Details
-
of
factory method- Returns:
- instance of ProductSelectionDeletedMessagePayload
-
of
factory method to create a shallow copy ProductSelectionDeletedMessagePayload- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
ProductSelectionDeletedMessagePayload copyDeep()- Specified by:
copyDeepin interfaceMessagePayload
-
deepCopy
@Nullable static ProductSelectionDeletedMessagePayload deepCopy(@Nullable ProductSelectionDeletedMessagePayload template) factory method to create a deep copy of ProductSelectionDeletedMessagePayload- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for ProductSelectionDeletedMessagePayload- Returns:
- builder
-
builder
static ProductSelectionDeletedMessagePayloadBuilder builder(ProductSelectionDeletedMessagePayload template) create builder for ProductSelectionDeletedMessagePayload instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withProductSelectionDeletedMessagePayload
default <T> T withProductSelectionDeletedMessagePayload(Function<ProductSelectionDeletedMessagePayload, T> helper) accessor map function- Type Parameters:
T- mapped type- Parameters:
helper- function to map the object- Returns:
- mapped value
-
typeReference
static com.fasterxml.jackson.core.type.TypeReference<ProductSelectionDeletedMessagePayload> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-