Package | Description |
---|---|
io.sphere.sdk.producttypes.commands.updateactions |
Provides the possible operations which can be performed on update commands for product types.
|
Modifier and Type | Method and Description |
---|---|
static RemoveEnumValues |
RemoveEnumValues.of(String attributeName,
List<String> keys) |
static RemoveEnumValues |
RemoveEnumValues.of(String attributeName,
String key) |
static RemoveEnumValues |
RemoveEnumValues.ofEnumValue(String attributeName,
EnumValue enumValue) |
static RemoveEnumValues |
RemoveEnumValues.ofEnumValue(String attributeName,
List<EnumValue> enumValues) |
static RemoveEnumValues |
RemoveEnumValues.ofLocalizedEnumValue(String attributeName,
List<LocalizedEnumValue> localizedEnumValues) |
static RemoveEnumValues |
RemoveEnumValues.ofLocalizedEnumValue(String attributeName,
LocalizedEnumValue localizedEnumValue) |