Interface ProductTailoringSetNameAction
- All Superinterfaces:
ProductTailoringUpdateAction
Generates the ProductTailoringNameSet Message.
Example to create an instance using the builder pattern
ProductTailoringSetNameAction productTailoringSetNameAction = ProductTailoringSetNameAction.builder()
.build()
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for ProductTailoringSetNameActionbuilder
(ProductTailoringSetNameAction template) create builder for ProductTailoringSetNameAction instancedeepCopy
(ProductTailoringSetNameAction template) factory method to create a deep copy of ProductTailoringSetNameAction@Valid LocalizedString
getName()
Value to set.Iftrue
, only the stagedname
is updated.of()
factory methodof
(ProductTailoringSetNameAction template) factory method to create a shallow copy ProductTailoringSetNameActionvoid
setName
(LocalizedString name) Value to set.void
Iftrue
, only the stagedname
is updated.static com.fasterxml.jackson.core.type.TypeReference<ProductTailoringSetNameAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.product_tailoring.ProductTailoringUpdateAction
getAction, withProductTailoringUpdateAction
-
Field Details
-
SET_NAME
discriminator value for ProductTailoringSetNameAction- See Also:
-
-
Method Details
-
getName
Value to set. If empty, any existing value will be removed.
- Returns:
- name
-
getStaged
Boolean getStaged()If
true
, only the stagedname
is updated. Iffalse
, both the current and stagedname
are updated.- Returns:
- staged
-
setName
Value to set. If empty, any existing value will be removed.
- Parameters:
name
- value to be set
-
setStaged
If
true
, only the stagedname
is updated. Iffalse
, both the current and stagedname
are updated.- Parameters:
staged
- value to be set
-
of
factory method- Returns:
- instance of ProductTailoringSetNameAction
-
of
factory method to create a shallow copy ProductTailoringSetNameAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
@Nullable static ProductTailoringSetNameAction deepCopy(@Nullable ProductTailoringSetNameAction template) factory method to create a deep copy of ProductTailoringSetNameAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for ProductTailoringSetNameAction- Returns:
- builder
-
builder
create builder for ProductTailoringSetNameAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withProductTailoringSetNameAction
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
-