Interface QuoteDeletedMessagePayload
- All Superinterfaces:
MessagePayload
,MessagePayloadMixin
Generated after a successful Delete Quote request.
Example to create an instance using the builder pattern
QuoteDeletedMessagePayload quoteDeletedMessagePayload = QuoteDeletedMessagePayload.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for QuoteDeletedMessagePayload -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for QuoteDeletedMessagePayloadbuilder
(QuoteDeletedMessagePayload template) create builder for QuoteDeletedMessagePayload instancestatic QuoteDeletedMessagePayload
deepCopy
(QuoteDeletedMessagePayload template) factory method to create a deep copy of QuoteDeletedMessagePayloadstatic QuoteDeletedMessagePayload
of()
factory methodstatic QuoteDeletedMessagePayload
of
(QuoteDeletedMessagePayload template) factory method to create a shallow copy QuoteDeletedMessagePayloadstatic com.fasterxml.jackson.core.type.TypeReference<QuoteDeletedMessagePayload>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.message.MessagePayload
getType, withMessagePayload
Methods inherited from interface com.commercetools.api.models.message.MessagePayloadMixin
as
-
Field Details
-
QUOTE_DELETED
discriminator value for QuoteDeletedMessagePayload- See Also:
-
-
Method Details
-
of
factory method- Returns:
- instance of QuoteDeletedMessagePayload
-
of
factory method to create a shallow copy QuoteDeletedMessagePayload- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
factory method to create a deep copy of QuoteDeletedMessagePayload- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for QuoteDeletedMessagePayload- Returns:
- builder
-
builder
create builder for QuoteDeletedMessagePayload instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withQuoteDeletedMessagePayload
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
-