Package com.commercetools.api.models.me
Interface MyCartSetBillingAddressAction
- All Superinterfaces:
MyCartUpdateAction
,ResourceUpdateAction<MyCartUpdateAction>
MyCartSetBillingAddressAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
MyCartSetBillingAddressAction myCartSetBillingAddressAction = MyCartSetBillingAddressAction.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for MyCartSetBillingAddressAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for MyCartSetBillingAddressActionbuilder
(MyCartSetBillingAddressAction template) create builder for MyCartSetBillingAddressAction instancedeepCopy
(MyCartSetBillingAddressAction template) factory method to create a deep copy of MyCartSetBillingAddressAction@Valid BaseAddress
Value to set.of()
factory methodof
(MyCartSetBillingAddressAction template) factory method to create a shallow copy MyCartSetBillingAddressActionvoid
setAddress
(BaseAddress address) Value to set.static com.fasterxml.jackson.core.type.TypeReference<MyCartSetBillingAddressAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.me.MyCartUpdateAction
getAction, withMyCartUpdateAction
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_BILLING_ADDRESS
discriminator value for MyCartSetBillingAddressAction- See Also:
-
-
Method Details
-
getAddress
Value to set. If empty, any existing value is removed.
- Returns:
- address
-
setAddress
Value to set. If empty, any existing value is removed.
- Parameters:
address
- value to be set
-
of
factory method- Returns:
- instance of MyCartSetBillingAddressAction
-
of
factory method to create a shallow copy MyCartSetBillingAddressAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
@Nullable static MyCartSetBillingAddressAction deepCopy(@Nullable MyCartSetBillingAddressAction template) factory method to create a deep copy of MyCartSetBillingAddressAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for MyCartSetBillingAddressAction- Returns:
- builder
-
builder
create builder for MyCartSetBillingAddressAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withMyCartSetBillingAddressAction
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
-