Interface CategorySetAssetTagsAction
- All Superinterfaces:
CategoryUpdateAction,ResourceUpdateAction<CategoryUpdateAction>
CategorySetAssetTagsAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
CategorySetAssetTagsAction categorySetAssetTagsAction = CategorySetAssetTagsAction.builder()
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for CategorySetAssetTagsAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for CategorySetAssetTagsActionbuilder(CategorySetAssetTagsAction template) create builder for CategorySetAssetTagsAction instancecopyDeep()static CategorySetAssetTagsActiondeepCopy(CategorySetAssetTagsAction template) factory method to create a deep copy of CategorySetAssetTagsActionNew value to set.New value to set.getTags()Keywords for categorizing and organizing Assets.static CategorySetAssetTagsActionof()factory methodstatic CategorySetAssetTagsActionof(CategorySetAssetTagsAction template) factory method to create a shallow copy CategorySetAssetTagsActionvoidsetAssetId(String assetId) New value to set.voidsetAssetKey(String assetKey) New value to set.voidKeywords for categorizing and organizing Assets.voidKeywords for categorizing and organizing Assets.static com.fasterxml.jackson.core.type.TypeReference<CategorySetAssetTagsAction>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_ASSET_TAGS
discriminator value for CategorySetAssetTagsAction- See Also:
-
-
Method Details
-
getAssetId
String getAssetId()New value to set. Either
assetIdorassetKeyis required.- Returns:
- assetId
-
getAssetKey
String getAssetKey()New value to set. Either
assetIdorassetKeyis required.- Returns:
- assetKey
-
getTags
Keywords for categorizing and organizing Assets.
- Returns:
- tags
-
setAssetId
New value to set. Either
assetIdorassetKeyis required.- Parameters:
assetId- value to be set
-
setAssetKey
New value to set. Either
assetIdorassetKeyis required.- Parameters:
assetKey- value to be set
-
setTags
Keywords for categorizing and organizing Assets.
- Parameters:
tags- values to be set
-
setTags
Keywords for categorizing and organizing Assets.
- Parameters:
tags- values to be set
-
of
factory method- Returns:
- instance of CategorySetAssetTagsAction
-
of
factory method to create a shallow copy CategorySetAssetTagsAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
CategorySetAssetTagsAction copyDeep()- Specified by:
copyDeepin interfaceCategoryUpdateAction
-
deepCopy
factory method to create a deep copy of CategorySetAssetTagsAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for CategorySetAssetTagsAction- Returns:
- builder
-
builder
create builder for CategorySetAssetTagsAction instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withCategorySetAssetTagsAction
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
-