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
Modifier and TypeFieldDescriptionstatic final String
discriminator value for CategorySetAssetTagsAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for CategorySetAssetTagsActionbuilder
(CategorySetAssetTagsAction template) create builder for CategorySetAssetTagsAction instancestatic CategorySetAssetTagsAction
deepCopy
(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 CategorySetAssetTagsAction
of()
factory methodstatic CategorySetAssetTagsAction
of
(CategorySetAssetTagsAction template) factory method to create a shallow copy CategorySetAssetTagsActionvoid
setAssetId
(String assetId) New value to set.void
setAssetKey
(String assetKey) New value to set.void
Keywords for categorizing and organizing Assets.void
Keywords for categorizing and organizing Assets.static com.fasterxml.jackson.core.type.TypeReference<CategorySetAssetTagsAction>
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_ASSET_TAGS
discriminator value for CategorySetAssetTagsAction- See Also:
-
-
Method Details
-
getAssetId
String getAssetId()New value to set. Either
assetId
orassetKey
is required.- Returns:
- assetId
-
getAssetKey
String getAssetKey()New value to set. Either
assetId
orassetKey
is required.- Returns:
- assetKey
-
getTags
Keywords for categorizing and organizing Assets.
- Returns:
- tags
-
setAssetId
New value to set. Either
assetId
orassetKey
is required.- Parameters:
assetId
- value to be set
-
setAssetKey
New value to set. Either
assetId
orassetKey
is 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
-
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
-