Interface OrderSetDeliveryCustomTypeAction
- All Superinterfaces:
OrderUpdateAction,ResourceUpdateAction<OrderUpdateAction>
OrderSetDeliveryCustomTypeAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
OrderSetDeliveryCustomTypeAction orderSetDeliveryCustomTypeAction = OrderSetDeliveryCustomTypeAction.builder()
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for OrderSetDeliveryCustomTypeAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for OrderSetDeliveryCustomTypeActionbuilder(OrderSetDeliveryCustomTypeAction template) create builder for OrderSetDeliveryCustomTypeAction instancecopyDeep()deepCopy(OrderSetDeliveryCustomTypeAction template) factory method to create a deep copy of OrderSetDeliveryCustomTypeActionidof an existing Delivery.keyof an existing Delivery.@Valid FieldContainerSets the Custom Fields fields for the Delivery.@Valid TypeResourceIdentifiergetType()Defines the Type that extends the Delivery with Custom Fields.of()factory methodof(OrderSetDeliveryCustomTypeAction template) factory method to create a shallow copy OrderSetDeliveryCustomTypeActionvoidsetDeliveryId(String deliveryId) idof an existing Delivery.voidsetDeliveryKey(String deliveryKey) keyof an existing Delivery.voidsetFields(FieldContainer fields) Sets the Custom Fields fields for the Delivery.voidDefines the Type that extends the Delivery with Custom Fields.static com.fasterxml.jackson.core.type.TypeReference<OrderSetDeliveryCustomTypeAction>gives a TypeReference for usage with Jackson DataBinddefault <T> Taccessor map functionMethods inherited from interface com.commercetools.api.models.order.OrderUpdateAction
getAction, withOrderUpdateActionMethods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_DELIVERY_CUSTOM_TYPE
discriminator value for OrderSetDeliveryCustomTypeAction- See Also:
-
-
Method Details
-
getDeliveryId
String getDeliveryId()idof an existing Delivery.Either
deliveryIdordeliveryKeymust be provided.- Returns:
- deliveryId
-
getDeliveryKey
String getDeliveryKey()keyof an existing Delivery.Either
deliveryIdordeliveryKeymust be provided.- Returns:
- deliveryKey
-
getType
Defines the Type that extends the Delivery with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Delivery.
- Returns:
- type
-
getFields
Sets the Custom Fields fields for the Delivery.
- Returns:
- fields
-
setDeliveryId
idof an existing Delivery.Either
deliveryIdordeliveryKeymust be provided.- Parameters:
deliveryId- value to be set
-
setDeliveryKey
keyof an existing Delivery.Either
deliveryIdordeliveryKeymust be provided.- Parameters:
deliveryKey- value to be set
-
setType
Defines the Type that extends the Delivery with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Delivery.
- Parameters:
type- value to be set
-
setFields
Sets the Custom Fields fields for the Delivery.
- Parameters:
fields- value to be set
-
of
factory method- Returns:
- instance of OrderSetDeliveryCustomTypeAction
-
of
factory method to create a shallow copy OrderSetDeliveryCustomTypeAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
OrderSetDeliveryCustomTypeAction copyDeep()- Specified by:
copyDeepin interfaceOrderUpdateAction
-
deepCopy
@Nullable static OrderSetDeliveryCustomTypeAction deepCopy(@Nullable OrderSetDeliveryCustomTypeAction template) factory method to create a deep copy of OrderSetDeliveryCustomTypeAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for OrderSetDeliveryCustomTypeAction- Returns:
- builder
-
builder
create builder for OrderSetDeliveryCustomTypeAction instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withOrderSetDeliveryCustomTypeAction
default <T> T withOrderSetDeliveryCustomTypeAction(Function<OrderSetDeliveryCustomTypeAction, 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<OrderSetDeliveryCustomTypeAction> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-