Package | Description |
---|---|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.products.attributes |
Provides model classes for product type attributes.
|
io.sphere.sdk.producttypes.commands.updateactions |
Provides the possible operations which can be performed on update commands for product types.
|
io.sphere.sdk.projects |
Provides models for the project endpoint.
|
io.sphere.sdk.types |
Provides model classes and builders for types.
|
io.sphere.sdk.types.commands.updateactions |
Provides the possible operations which can be performed on update commands for types.
|
Modifier and Type | Method and Description |
---|---|
static LocalizedEnumValue |
LocalizedEnumValue.of(String key,
LocalizedString label) |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<LocalizedEnumValue> |
LocalizedEnumValue.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
default LocalizedEnumValue |
Attribute.getValueAsLocalizedEnumValue() |
Modifier and Type | Method and Description |
---|---|
default Set<LocalizedEnumValue> |
Attribute.getValueAsLocalizedEnumValueSet() |
List<LocalizedEnumValue> |
LocalizedEnumAttributeType.getValues() |
static AttributeAccess<LocalizedEnumValue> |
AttributeAccess.ofLocalizedEnumValue() |
static AttributeAccess<Set<LocalizedEnumValue>> |
AttributeAccess.ofLocalizedEnumValueSet() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
ProductAttributeConverterBase.convertLocalizedEnumValue(LocalizedEnumValue localizedEnumValue,
Attribute attribute,
ProductType productType) |
protected String |
DefaultProductAttributeFormatter.convertLocalizedEnumValue(LocalizedEnumValue localizedEnumValue,
Attribute attribute,
ProductType productType) |
static LocalizedEnumAttributeType |
LocalizedEnumAttributeType.of(LocalizedEnumValue mandatoryValue,
LocalizedEnumValue... moreValues) |
static LocalizedEnumAttributeType |
LocalizedEnumAttributeType.of(LocalizedEnumValue mandatoryValue,
LocalizedEnumValue... moreValues) |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
ProductAttributeConverterBase.convertLocalizedEnumValueSet(Set<LocalizedEnumValue> localizedEnumValueSet,
Attribute attribute,
ProductType productType) |
protected String |
DefaultProductAttributeFormatter.convertLocalizedEnumValueSet(Set<LocalizedEnumValue> localizedEnumValueSet,
Attribute attribute,
ProductType productType) |
static LocalizedEnumAttributeType |
LocalizedEnumAttributeType.of(List<LocalizedEnumValue> values) |
Modifier and Type | Method and Description |
---|---|
LocalizedEnumValue |
ChangeLocalizedEnumValueLabel.getNewValue() |
LocalizedEnumValue |
AddLocalizedEnumValue.getValue() |
Modifier and Type | Method and Description |
---|---|
List<LocalizedEnumValue> |
ChangeLocalizedEnumValueOrder.getValues() |
Modifier and Type | Method and Description |
---|---|
static ChangeLocalizedEnumValueLabel |
ChangeLocalizedEnumValueLabel.of(String attributeName,
LocalizedEnumValue newValue) |
static AddLocalizedEnumValue |
AddLocalizedEnumValue.of(String attributeName,
LocalizedEnumValue value) |
static RemoveEnumValues |
RemoveEnumValues.ofLocalizedEnumValue(String attributeName,
LocalizedEnumValue localizedEnumValue) |
Modifier and Type | Method and Description |
---|---|
static ChangeLocalizedEnumValueOrder |
ChangeLocalizedEnumValueOrder.of(String attributeName,
List<LocalizedEnumValue> values) |
static RemoveEnumValues |
RemoveEnumValues.ofLocalizedEnumValue(String attributeName,
List<LocalizedEnumValue> localizedEnumValues) |
Modifier and Type | Method and Description |
---|---|
Set<LocalizedEnumValue> |
CartClassification.getValues() |
Set<LocalizedEnumValue> |
CartClassificationDraft.getValues() |
Set<LocalizedEnumValue> |
CartClassificationDraftBuilder.getValues() |
Set<LocalizedEnumValue> |
CartClassificationDraftDsl.getValues() |
Modifier and Type | Method and Description |
---|---|
CartClassificationDraftBuilder |
CartClassificationDraftBuilder.plusValues(LocalizedEnumValue values)
Adds
values parameter to the values set property of this builder. |
Modifier and Type | Method and Description |
---|---|
static CartClassificationDraftBuilder |
CartClassificationDraftBuilder.of(Set<LocalizedEnumValue> values)
Creates a new object initialized with the given values.
|
static CartClassificationDraftDsl |
CartClassificationDraftDsl.of(Set<LocalizedEnumValue> values)
Creates a new object initialized with the given values.
|
CartClassificationDraftBuilder |
CartClassificationDraftBuilder.plusValues(Set<LocalizedEnumValue> values)
Concatenate
values parameter to the values set property of this builder. |
CartClassificationDraftBuilder |
CartClassificationDraftBuilder.values(Set<LocalizedEnumValue> values)
Sets the
values property of this builder. |
CartClassificationDraftDsl |
CartClassificationDraftDsl.withValues(Set<LocalizedEnumValue> values) |
Modifier and Type | Method and Description |
---|---|
List<LocalizedEnumValue> |
LocalizedEnumFieldType.getValues() |
Modifier and Type | Method and Description |
---|---|
static LocalizedEnumFieldType |
LocalizedEnumFieldType.of(List<LocalizedEnumValue> values) |
Modifier and Type | Method and Description |
---|---|
LocalizedEnumValue |
ChangeLocalizedEnumValueLabel.getValue() |
LocalizedEnumValue |
AddLocalizedEnumValue.getValue() |
Modifier and Type | Method and Description |
---|---|
static ChangeLocalizedEnumValueLabel |
ChangeLocalizedEnumValueLabel.of(String fieldName,
LocalizedEnumValue value) |
static AddLocalizedEnumValue |
AddLocalizedEnumValue.of(String fieldName,
LocalizedEnumValue value) |