Interface CategorySetMetaTitleAction
- All Superinterfaces:
CategoryUpdateAction
,ResourceUpdateAction<CategoryUpdateAction>
CategorySetMetaTitleAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
CategorySetMetaTitleAction categorySetMetaTitleAction = CategorySetMetaTitleAction.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for CategorySetMetaTitleAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for CategorySetMetaTitleActionbuilder
(CategorySetMetaTitleAction template) create builder for CategorySetMetaTitleAction instancestatic CategorySetMetaTitleAction
deepCopy
(CategorySetMetaTitleAction template) factory method to create a deep copy of CategorySetMetaTitleAction@Valid LocalizedString
Value to set.static CategorySetMetaTitleAction
of()
factory methodstatic CategorySetMetaTitleAction
of
(CategorySetMetaTitleAction template) factory method to create a shallow copy CategorySetMetaTitleActionvoid
setMetaTitle
(LocalizedString metaTitle) Value to set.static com.fasterxml.jackson.core.type.TypeReference<CategorySetMetaTitleAction>
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_TITLE
discriminator value for CategorySetMetaTitleAction- See Also:
-
-
Method Details
-
getMetaTitle
Value to set.
- Returns:
- metaTitle
-
setMetaTitle
Value to set.
- Parameters:
metaTitle
- value to be set
-
of
factory method- Returns:
- instance of CategorySetMetaTitleAction
-
of
factory method to create a shallow copy CategorySetMetaTitleAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
factory method to create a deep copy of CategorySetMetaTitleAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for CategorySetMetaTitleAction- Returns:
- builder
-
builder
create builder for CategorySetMetaTitleAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withCategorySetMetaTitleAction
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
-