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