Interface StagedOrderSetDeliveryAddressCustomTypeAction
- All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>,StagedOrderUpdateAction
StagedOrderSetDeliveryAddressCustomTypeAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
StagedOrderSetDeliveryAddressCustomTypeAction stagedOrderSetDeliveryAddressCustomTypeAction = StagedOrderSetDeliveryAddressCustomTypeAction.builder()
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for StagedOrderSetDeliveryAddressCustomTypeAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for StagedOrderSetDeliveryAddressCustomTypeActioncreate builder for StagedOrderSetDeliveryAddressCustomTypeAction instancecopyDeep()factory method to create a deep copy of StagedOrderSetDeliveryAddressCustomTypeActionidof an existing Delivery.keyof an existing Delivery.@Valid FieldContainer@Valid TypeResourceIdentifiergetType()of()factory methodfactory method to create a shallow copy StagedOrderSetDeliveryAddressCustomTypeActionvoidsetDeliveryId(String deliveryId) idof an existing Delivery.voidsetDeliveryKey(String deliveryKey) keyof an existing Delivery.voidsetFields(FieldContainer fields) voidstatic com.fasterxml.jackson.core.type.TypeReference<StagedOrderSetDeliveryAddressCustomTypeAction>gives a TypeReference for usage with Jackson DataBinddefault <T> TwithStagedOrderSetDeliveryAddressCustomTypeAction(Function<StagedOrderSetDeliveryAddressCustomTypeAction, T> helper) accessor map functionMethods inherited from interface com.commercetools.api.models.ResourceUpdateAction
getMethods inherited from interface com.commercetools.api.models.order.StagedOrderUpdateAction
getAction, withStagedOrderUpdateAction
-
Field Details
-
SET_DELIVERY_ADDRESS_CUSTOM_TYPE
discriminator value for StagedOrderSetDeliveryAddressCustomTypeAction- 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
addresswith Custom Fields. If absent, any existing Type and Custom Fields are removed from the Deliveryaddress.- Returns:
- type
-
getFields
Sets the Custom Fields fields for the Delivery
address.- 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
addresswith Custom Fields. If absent, any existing Type and Custom Fields are removed from the Deliveryaddress.- Parameters:
type- value to be set
-
setFields
Sets the Custom Fields fields for the Delivery
address.- Parameters:
fields- value to be set
-
of
factory method- Returns:
- instance of StagedOrderSetDeliveryAddressCustomTypeAction
-
of
static StagedOrderSetDeliveryAddressCustomTypeAction of(StagedOrderSetDeliveryAddressCustomTypeAction template) factory method to create a shallow copy StagedOrderSetDeliveryAddressCustomTypeAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
- Specified by:
copyDeepin interfaceStagedOrderUpdateAction
-
deepCopy
@Nullable static StagedOrderSetDeliveryAddressCustomTypeAction deepCopy(@Nullable StagedOrderSetDeliveryAddressCustomTypeAction template) factory method to create a deep copy of StagedOrderSetDeliveryAddressCustomTypeAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for StagedOrderSetDeliveryAddressCustomTypeAction- Returns:
- builder
-
builder
static StagedOrderSetDeliveryAddressCustomTypeActionBuilder builder(StagedOrderSetDeliveryAddressCustomTypeAction template) create builder for StagedOrderSetDeliveryAddressCustomTypeAction instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withStagedOrderSetDeliveryAddressCustomTypeAction
default <T> T withStagedOrderSetDeliveryAddressCustomTypeAction(Function<StagedOrderSetDeliveryAddressCustomTypeAction, 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<StagedOrderSetDeliveryAddressCustomTypeAction> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-