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
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for StoreDeletedMessagePayload -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for StoreDeletedMessagePayloadbuilder(StoreDeletedMessagePayload template) create builder for StoreDeletedMessagePayload instancecopyDeep()static StoreDeletedMessagePayloaddeepCopy(StoreDeletedMessagePayload template) factory method to create a deep copy of StoreDeletedMessagePayloadstatic StoreDeletedMessagePayloadof()factory methodstatic StoreDeletedMessagePayloadof(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> 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
-
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
-
copyDeep
StoreDeletedMessagePayload copyDeep()- Specified by:
copyDeepin interfaceMessagePayload
-
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
-