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
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for CategorySetMetaKeywordsAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for CategorySetMetaKeywordsActionbuilder(CategorySetMetaKeywordsAction template) create builder for CategorySetMetaKeywordsAction instancecopyDeep()deepCopy(CategorySetMetaKeywordsAction template) factory method to create a deep copy of CategorySetMetaKeywordsAction@Valid LocalizedStringValue to set.of()factory methodof(CategorySetMetaKeywordsAction template) factory method to create a shallow copy CategorySetMetaKeywordsActionvoidsetMetaKeywords(LocalizedString metaKeywords) Value to set.static com.fasterxml.jackson.core.type.TypeReference<CategorySetMetaKeywordsAction>gives a TypeReference for usage with Jackson DataBinddefault <T> Taccessor map functionMethods inherited from interface com.commercetools.api.models.category.CategoryUpdateAction
getAction, withCategoryUpdateActionMethods 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
-
copyDeep
CategorySetMetaKeywordsAction copyDeep()- Specified by:
copyDeepin interfaceCategoryUpdateAction
-
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
-