Interface StoreDeletedMessagePayload
- All Superinterfaces:
MessagePayload
,MessagePayloadMixin
Generated after a successful Delete Store request.
Example to create an instance using the builder pattern
StoreDeletedMessagePayload storeDeletedMessagePayload = StoreDeletedMessagePayload.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for StoreDeletedMessagePayload -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for StoreDeletedMessagePayloadbuilder
(StoreDeletedMessagePayload template) create builder for StoreDeletedMessagePayload instancestatic StoreDeletedMessagePayload
deepCopy
(StoreDeletedMessagePayload template) factory method to create a deep copy of StoreDeletedMessagePayloadstatic StoreDeletedMessagePayload
of()
factory methodstatic StoreDeletedMessagePayload
of
(StoreDeletedMessagePayload template) factory method to create a shallow copy StoreDeletedMessagePayloadstatic com.fasterxml.jackson.core.type.TypeReference<StoreDeletedMessagePayload>
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
-
STORE_DELETED
discriminator value for StoreDeletedMessagePayload- See Also:
-
-
Method Details
-
of
factory method- Returns:
- instance of StoreDeletedMessagePayload
-
of
factory method to create a shallow copy StoreDeletedMessagePayload- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
factory method to create a deep copy of StoreDeletedMessagePayload- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for StoreDeletedMessagePayload- Returns:
- builder
-
builder
create builder for StoreDeletedMessagePayload instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withStoreDeletedMessagePayload
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
-