Interface StagedOrderSetDeliveryCustomTypeAction
- All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>
,StagedOrderUpdateAction
StagedOrderSetDeliveryCustomTypeAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
StagedOrderSetDeliveryCustomTypeAction stagedOrderSetDeliveryCustomTypeAction = StagedOrderSetDeliveryCustomTypeAction.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for StagedOrderSetDeliveryCustomTypeAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for StagedOrderSetDeliveryCustomTypeActioncreate builder for StagedOrderSetDeliveryCustomTypeAction instancefactory method to create a deep copy of StagedOrderSetDeliveryCustomTypeActionid
of an existing Delivery.key
of an existing Delivery.@Valid FieldContainer
Sets the Custom Fields fields for the Delivery.@Valid TypeResourceIdentifier
getType()
Defines the Type that extends the Delivery with Custom Fields.of()
factory methodof
(StagedOrderSetDeliveryCustomTypeAction template) factory method to create a shallow copy StagedOrderSetDeliveryCustomTypeActionvoid
setDeliveryId
(String deliveryId) id
of an existing Delivery.void
setDeliveryKey
(String deliveryKey) key
of an existing Delivery.void
setFields
(FieldContainer fields) Sets the Custom Fields fields for the Delivery.void
Defines the Type that extends the Delivery with Custom Fields.static com.fasterxml.jackson.core.type.TypeReference<StagedOrderSetDeliveryCustomTypeAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
withStagedOrderSetDeliveryCustomTypeAction
(Function<StagedOrderSetDeliveryCustomTypeAction, T> helper) accessor map functionMethods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
Methods inherited from interface com.commercetools.api.models.order.StagedOrderUpdateAction
getAction, withStagedOrderUpdateAction
-
Field Details
-
SET_DELIVERY_CUSTOM_TYPE
discriminator value for StagedOrderSetDeliveryCustomTypeAction- See Also:
-
-
Method Details
-
getDeliveryId
String getDeliveryId()id
of an existing Delivery.Either
deliveryId
ordeliveryKey
must be provided.- Returns:
- deliveryId
-
getDeliveryKey
String getDeliveryKey()key
of an existing Delivery.Either
deliveryId
ordeliveryKey
must 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
id
of an existing Delivery.Either
deliveryId
ordeliveryKey
must be provided.- Parameters:
deliveryId
- value to be set
-
setDeliveryKey
key
of an existing Delivery.Either
deliveryId
ordeliveryKey
must 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 StagedOrderSetDeliveryCustomTypeAction
-
of
factory method to create a shallow copy StagedOrderSetDeliveryCustomTypeAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
@Nullable static StagedOrderSetDeliveryCustomTypeAction deepCopy(@Nullable StagedOrderSetDeliveryCustomTypeAction template) factory method to create a deep copy of StagedOrderSetDeliveryCustomTypeAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for StagedOrderSetDeliveryCustomTypeAction- Returns:
- builder
-
builder
static StagedOrderSetDeliveryCustomTypeActionBuilder builder(StagedOrderSetDeliveryCustomTypeAction template) create builder for StagedOrderSetDeliveryCustomTypeAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withStagedOrderSetDeliveryCustomTypeAction
default <T> T withStagedOrderSetDeliveryCustomTypeAction(Function<StagedOrderSetDeliveryCustomTypeAction, 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<StagedOrderSetDeliveryCustomTypeAction> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-