@Generated(value="io.sphere.sdk.annotations.processors.generators.UpdateActionGenerator", comments="Generated from: io.sphere.sdk.categories.Category") public final class SetAssetDescription extends UpdateActionImpl<Category>
assets property of a Category.Category.getAssets()| Modifier and Type | Method and Description |
|---|---|
String |
getAssetId() |
String |
getAssetKey() |
LocalizedString |
getDescription() |
static SetAssetDescription |
of(String assetId,
LocalizedString description)
Creates a new object initialized with the given values.
|
static SetAssetDescription |
ofKey(String assetKey,
LocalizedString description)
Creates a new object initialized with the given values.
|
getActionpublic String getAssetId()
public String getAssetKey()
public LocalizedString getDescription()
public static SetAssetDescription of(String assetId, LocalizedString description)
assetId - initial value for the propertydescription - initial value for the propertypublic static SetAssetDescription ofKey(String assetKey, LocalizedString description)
assetKey - initial value for the propertydescription - initial value for the property