Interface BusinessUnitDeletedMessagePayload
- All Superinterfaces:
MessagePayload,MessagePayloadMixin
Generated after a successful Delete BusinessUnit request.
Example to create an instance using the builder pattern
BusinessUnitDeletedMessagePayload businessUnitDeletedMessagePayload = BusinessUnitDeletedMessagePayload.builder()
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for BusinessUnitDeletedMessagePayload -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for BusinessUnitDeletedMessagePayloadbuilder(BusinessUnitDeletedMessagePayload template) create builder for BusinessUnitDeletedMessagePayload instancecopyDeep()deepCopy(BusinessUnitDeletedMessagePayload template) factory method to create a deep copy of BusinessUnitDeletedMessagePayloadof()factory methodof(BusinessUnitDeletedMessagePayload template) factory method to create a shallow copy BusinessUnitDeletedMessagePayloadstatic com.fasterxml.jackson.core.type.TypeReference<BusinessUnitDeletedMessagePayload>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
-
BUSINESS_UNIT_DELETED
discriminator value for BusinessUnitDeletedMessagePayload- See Also:
-
-
Method Details
-
of
factory method- Returns:
- instance of BusinessUnitDeletedMessagePayload
-
of
factory method to create a shallow copy BusinessUnitDeletedMessagePayload- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
BusinessUnitDeletedMessagePayload copyDeep()- Specified by:
copyDeepin interfaceMessagePayload
-
deepCopy
@Nullable static BusinessUnitDeletedMessagePayload deepCopy(@Nullable BusinessUnitDeletedMessagePayload template) factory method to create a deep copy of BusinessUnitDeletedMessagePayload- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for BusinessUnitDeletedMessagePayload- Returns:
- builder
-
builder
create builder for BusinessUnitDeletedMessagePayload instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withBusinessUnitDeletedMessagePayload
default <T> T withBusinessUnitDeletedMessagePayload(Function<BusinessUnitDeletedMessagePayload, 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<BusinessUnitDeletedMessagePayload> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-