Package com.commercetools.api.models.me
Interface MyCustomerSetVatIdAction
- All Superinterfaces:
MyCustomerUpdateAction
,ResourceUpdateAction<MyCustomerUpdateAction>
MyCustomerSetVatIdAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
MyCustomerSetVatIdAction myCustomerSetVatIdAction = MyCustomerSetVatIdAction.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for MyCustomerSetVatIdAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for MyCustomerSetVatIdActionbuilder
(MyCustomerSetVatIdAction template) create builder for MyCustomerSetVatIdAction instancestatic MyCustomerSetVatIdAction
deepCopy
(MyCustomerSetVatIdAction template) factory method to create a deep copy of MyCustomerSetVatIdActiongetVatId()
Value to set.static MyCustomerSetVatIdAction
of()
factory methodstatic MyCustomerSetVatIdAction
of
(MyCustomerSetVatIdAction template) factory method to create a shallow copy MyCustomerSetVatIdActionvoid
Value to set.static com.fasterxml.jackson.core.type.TypeReference<MyCustomerSetVatIdAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.me.MyCustomerUpdateAction
getAction, withMyCustomerUpdateAction
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_VAT_ID
discriminator value for MyCustomerSetVatIdAction- See Also:
-
-
Method Details
-
getVatId
String getVatId()Value to set. If empty, any existing value is removed.
- Returns:
- vatId
-
setVatId
Value to set. If empty, any existing value is removed.
- Parameters:
vatId
- value to be set
-
of
factory method- Returns:
- instance of MyCustomerSetVatIdAction
-
of
factory method to create a shallow copy MyCustomerSetVatIdAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
factory method to create a deep copy of MyCustomerSetVatIdAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for MyCustomerSetVatIdAction- Returns:
- builder
-
builder
create builder for MyCustomerSetVatIdAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withMyCustomerSetVatIdAction
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
-