Class CategoryRemoveAssetActionImpl
java.lang.Object
com.commercetools.api.models.category.CategoryRemoveAssetActionImpl
- All Implemented Interfaces:
CategoryRemoveAssetAction
,CategoryUpdateAction
,ResourceUpdateAction<CategoryUpdateAction>
,io.vrap.rmf.base.client.ModelBase
public class CategoryRemoveAssetActionImpl
extends Object
implements CategoryRemoveAssetAction, io.vrap.rmf.base.client.ModelBase
CategoryRemoveAssetAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
-
Field Summary
Fields inherited from interface com.commercetools.api.models.category.CategoryRemoveAssetAction
REMOVE_ASSET
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Value to remove.Value to remove.int
hashCode()
void
setAssetId
(String assetId) Value to remove.void
setAssetKey
(String assetKey) Value to remove.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.commercetools.api.models.category.CategoryRemoveAssetAction
withCategoryRemoveAssetAction
Methods inherited from interface com.commercetools.api.models.category.CategoryUpdateAction
withCategoryUpdateAction
Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Constructor Details
-
CategoryRemoveAssetActionImpl
public CategoryRemoveAssetActionImpl()create empty instance
-
-
Method Details
-
getAction
- Specified by:
getAction
in interfaceCategoryUpdateAction
- Specified by:
getAction
in interfaceResourceUpdateAction<CategoryUpdateAction>
- Returns:
- action
-
getAssetId
Value to remove. Either
assetId
orassetKey
is required.- Specified by:
getAssetId
in interfaceCategoryRemoveAssetAction
- Returns:
- assetId
-
getAssetKey
Value to remove. Either
assetId
orassetKey
is required.- Specified by:
getAssetKey
in interfaceCategoryRemoveAssetAction
- Returns:
- assetKey
-
setAssetId
Description copied from interface:CategoryRemoveAssetAction
Value to remove. Either
assetId
orassetKey
is required.- Specified by:
setAssetId
in interfaceCategoryRemoveAssetAction
- Parameters:
assetId
- value to be set
-
setAssetKey
Description copied from interface:CategoryRemoveAssetAction
Value to remove. Either
assetId
orassetKey
is required.- Specified by:
setAssetKey
in interfaceCategoryRemoveAssetAction
- Parameters:
assetKey
- value to be set
-
equals
-
hashCode
public int hashCode()
-