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
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for CategorySetMetaTitleAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for CategorySetMetaTitleActionbuilder(CategorySetMetaTitleAction template) create builder for CategorySetMetaTitleAction instancecopyDeep()static CategorySetMetaTitleActiondeepCopy(CategorySetMetaTitleAction template) factory method to create a deep copy of CategorySetMetaTitleAction@Valid LocalizedStringValue to set.static CategorySetMetaTitleActionof()factory methodstatic CategorySetMetaTitleActionof(CategorySetMetaTitleAction template) factory method to create a shallow copy CategorySetMetaTitleActionvoidsetMetaTitle(LocalizedString metaTitle) Value to set.static com.fasterxml.jackson.core.type.TypeReference<CategorySetMetaTitleAction>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_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
-
copyDeep
CategorySetMetaTitleAction copyDeep()- Specified by:
copyDeepin interfaceCategoryUpdateAction
-
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
-