@Generated(value="io.sphere.sdk.annotations.processors.generators.UpdateActionGenerator", comments="Generated from: io.sphere.sdk.producttypes.ProductType") public final class ChangeEnumKey extends UpdateActionImpl<ProductType>
attribute
property of a ProductType
.ProductType#getAttribute()
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
String |
getKey() |
String |
getNewKey() |
static ChangeEnumKey |
of(String attributeName,
String key,
String newKey)
Creates a new object initialized with the given values.
|
getAction
public String getAttributeName()
public String getKey()
public String getNewKey()
public static ChangeEnumKey of(String attributeName, String key, String newKey)
attributeName
- initial value for the propertykey
- initial value for the propertynewKey
- initial value for the property