Class CategorySetAssetTagsActionBuilder
java.lang.Object
com.commercetools.api.models.category.CategorySetAssetTagsActionBuilder
- All Implemented Interfaces:
Builder<CategorySetAssetTagsAction>
public class CategorySetAssetTagsActionBuilder
extends Object
implements Builder<CategorySetAssetTagsAction>
CategorySetAssetTagsActionBuilder
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
CategorySetAssetTagsAction categorySetAssetTagsAction = CategorySetAssetTagsAction.builder()
.build()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionNew value to set.New value to set.build()
builds CategorySetAssetTagsAction with checking for non-null required valuesbuilds CategorySetAssetTagsAction without checking for non-null required valuesNew value to set.New value to set.getTags()
Keywords for categorizing and organizing Assets.of()
factory method for an instance of CategorySetAssetTagsActionBuilderof
(CategorySetAssetTagsAction template) create builder for CategorySetAssetTagsAction instanceKeywords for categorizing and organizing Assets.Keywords for categorizing and organizing Assets.Keywords for categorizing and organizing Assets.
-
Constructor Details
-
CategorySetAssetTagsActionBuilder
public CategorySetAssetTagsActionBuilder()
-
-
Method Details
-
assetId
New value to set. Either
assetId
orassetKey
is required.- Parameters:
assetId
- value to be set- Returns:
- Builder
-
assetKey
New value to set. Either
assetId
orassetKey
is required.- Parameters:
assetKey
- value to be set- Returns:
- Builder
-
tags
Keywords for categorizing and organizing Assets.
- Parameters:
tags
- value to be set- Returns:
- Builder
-
tags
Keywords for categorizing and organizing Assets.
- Parameters:
tags
- value to be set- Returns:
- Builder
-
plusTags
Keywords for categorizing and organizing Assets.
- Parameters:
tags
- value to be set- Returns:
- Builder
-
getAssetId
New value to set. Either
assetId
orassetKey
is required.- Returns:
- assetId
-
getAssetKey
New value to set. Either
assetId
orassetKey
is required.- Returns:
- assetKey
-
getTags
Keywords for categorizing and organizing Assets.
- Returns:
- tags
-
build
builds CategorySetAssetTagsAction with checking for non-null required values- Specified by:
build
in interfaceBuilder<CategorySetAssetTagsAction>
- Returns:
- CategorySetAssetTagsAction
-
buildUnchecked
builds CategorySetAssetTagsAction without checking for non-null required values- Returns:
- CategorySetAssetTagsAction
-
of
factory method for an instance of CategorySetAssetTagsActionBuilder- Returns:
- builder
-
of
create builder for CategorySetAssetTagsAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-