Interface CategorySetMetaKeywordsAction
- All Superinterfaces:
CategoryUpdateAction
,ResourceUpdateAction<CategoryUpdateAction>
CategorySetMetaKeywordsAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
CategorySetMetaKeywordsAction categorySetMetaKeywordsAction = CategorySetMetaKeywordsAction.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for CategorySetMetaKeywordsAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for CategorySetMetaKeywordsActionbuilder
(CategorySetMetaKeywordsAction template) create builder for CategorySetMetaKeywordsAction instancedeepCopy
(CategorySetMetaKeywordsAction template) factory method to create a deep copy of CategorySetMetaKeywordsAction@Valid LocalizedString
Value to set.of()
factory methodof
(CategorySetMetaKeywordsAction template) factory method to create a shallow copy CategorySetMetaKeywordsActionvoid
setMetaKeywords
(LocalizedString metaKeywords) Value to set.static com.fasterxml.jackson.core.type.TypeReference<CategorySetMetaKeywordsAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.category.CategoryUpdateAction
getAction, withCategoryUpdateAction
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_META_KEYWORDS
discriminator value for CategorySetMetaKeywordsAction- See Also:
-
-
Method Details
-
getMetaKeywords
Value to set.
- Returns:
- metaKeywords
-
setMetaKeywords
Value to set.
- Parameters:
metaKeywords
- value to be set
-
of
factory method- Returns:
- instance of CategorySetMetaKeywordsAction
-
of
factory method to create a shallow copy CategorySetMetaKeywordsAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
@Nullable static CategorySetMetaKeywordsAction deepCopy(@Nullable CategorySetMetaKeywordsAction template) factory method to create a deep copy of CategorySetMetaKeywordsAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for CategorySetMetaKeywordsAction- Returns:
- builder
-
builder
create builder for CategorySetMetaKeywordsAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withCategorySetMetaKeywordsAction
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
-