Interface RecurringOrderMessagePayload
- All Superinterfaces:
MessagePayload
,MessagePayloadMixin
RecurringOrderMessagePayload
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
RecurringOrderMessagePayload recurringOrderMessagePayload = RecurringOrderMessagePayload.builder()
.build()
-
Method Summary
Modifier and TypeMethodDescriptioncopyDeep()
static RecurringOrderMessagePayload
deepCopy
(RecurringOrderMessagePayload template) factory method to create a deep copy of RecurringOrderMessagePayloadstatic com.fasterxml.jackson.core.type.TypeReference<RecurringOrderMessagePayload>
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
-
Method Details
-
copyDeep
RecurringOrderMessagePayload copyDeep()- Specified by:
copyDeep
in interfaceMessagePayload
-
deepCopy
@Nullable static RecurringOrderMessagePayload deepCopy(@Nullable RecurringOrderMessagePayload template) factory method to create a deep copy of RecurringOrderMessagePayload- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
withRecurringOrderMessagePayload
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
-