Interface StagedQuoteDeletedMessagePayload
- All Superinterfaces:
MessagePayload
,MessagePayloadMixin
Generated after a successful Delete StagedQuote request.
Example to create an instance using the builder pattern
StagedQuoteDeletedMessagePayload stagedQuoteDeletedMessagePayload = StagedQuoteDeletedMessagePayload.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for StagedQuoteDeletedMessagePayload -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for StagedQuoteDeletedMessagePayloadbuilder
(StagedQuoteDeletedMessagePayload template) create builder for StagedQuoteDeletedMessagePayload instancedeepCopy
(StagedQuoteDeletedMessagePayload template) factory method to create a deep copy of StagedQuoteDeletedMessagePayloadof()
factory methodof
(StagedQuoteDeletedMessagePayload template) factory method to create a shallow copy StagedQuoteDeletedMessagePayloadstatic com.fasterxml.jackson.core.type.TypeReference<StagedQuoteDeletedMessagePayload>
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
-
STAGED_QUOTE_DELETED
discriminator value for StagedQuoteDeletedMessagePayload- See Also:
-
-
Method Details
-
of
factory method- Returns:
- instance of StagedQuoteDeletedMessagePayload
-
of
factory method to create a shallow copy StagedQuoteDeletedMessagePayload- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
@Nullable static StagedQuoteDeletedMessagePayload deepCopy(@Nullable StagedQuoteDeletedMessagePayload template) factory method to create a deep copy of StagedQuoteDeletedMessagePayload- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for StagedQuoteDeletedMessagePayload- Returns:
- builder
-
builder
create builder for StagedQuoteDeletedMessagePayload instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withStagedQuoteDeletedMessagePayload
default <T> T withStagedQuoteDeletedMessagePayload(Function<StagedQuoteDeletedMessagePayload, 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<StagedQuoteDeletedMessagePayload> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-