Package | Description |
---|---|
io.sphere.sdk.cartdiscounts |
Provides model classes and builders for cart discounts.
|
io.sphere.sdk.cartdiscounts.commands.updateactions |
Provides the possible operations which can be performed on update commands for cart discounts.
|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
io.sphere.sdk.categories |
Provides model types to organize products in a hierarchical structure.
|
io.sphere.sdk.categories.commands.updateactions |
Provides the possible operations which can be performed on update commands for categories.
|
io.sphere.sdk.categories.messages | |
io.sphere.sdk.channels |
Provides model classes and builders for channels.
|
io.sphere.sdk.channels.commands.updateactions |
Provides the possible operations which can be performed on update commands for channels.
|
io.sphere.sdk.discountcodes |
Provides model classes and builders for discount codes.
|
io.sphere.sdk.discountcodes.commands.updateactions |
Provides the possible operations which can be performed on update commands for discount codes.
|
io.sphere.sdk.messages |
Provides model classes and builders for messages.
|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.payments |
Provides model classes and builders for payments.
|
io.sphere.sdk.payments.commands.updateactions |
Provides the possible operations which can be performed on update commands for payments.
|
io.sphere.sdk.productdiscounts |
Provides model classes and builders for product discounts.
|
io.sphere.sdk.productdiscounts.commands.updateactions |
Provides the possible operations which can be performed on update commands for product discounts.
|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
io.sphere.sdk.products.attributes |
Provides model classes for product type attributes.
|
io.sphere.sdk.products.commands.updateactions |
Provides the possible operations which can be performed on update commands for products.
|
io.sphere.sdk.products.messages |
Provides model classes and builders for products.
|
io.sphere.sdk.productselections |
Provides model classes and builders for product selections.
|
io.sphere.sdk.productselections.commands.updateactions |
Provides the possible operations which can be performed on update commands for product selections.
|
io.sphere.sdk.productselections.messages | |
io.sphere.sdk.producttypes.commands.updateactions |
Provides the possible operations which can be performed on update commands for product types.
|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
io.sphere.sdk.shippingmethods.commands.updateactions |
Provides the possible operations which can be performed on update commands for shipping methods.
|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
io.sphere.sdk.shoppinglists.commands.updateactions |
Provides the possible operations which can be performed on update commands for shopping list methods.
|
io.sphere.sdk.states |
Provides model classes and builders for states.
|
io.sphere.sdk.states.commands.updateactions |
Provides the possible operations which can be performed on update commands for states.
|
io.sphere.sdk.stores | |
io.sphere.sdk.stores.commands.updateactions | |
io.sphere.sdk.stores.messages | |
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 |
---|---|
LocalizedString |
CartDiscount.getDescription()
Description of this cart discount.
|
LocalizedString |
CartDiscountDraft.getDescription() |
LocalizedString |
CartDiscount.getName()
Name of this discount.
|
LocalizedString |
CartDiscountDraft.getName() |
Modifier and Type | Method and Description |
---|---|
static CartDiscountDraftBuilder |
CartDiscountDraftBuilder.of(LocalizedString name,
CartPredicate cartPredicate,
CartDiscountValue value,
CartDiscountTarget target,
String sortOrder,
boolean requiresDiscountCode) |
static CartDiscountDraftBuilder |
CartDiscountDraftBuilder.of(String cartPredicate,
LocalizedString name,
boolean requiresDiscountCode,
String sortOrder,
CartDiscountTarget target,
CartDiscountValue value) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetDescription.getDescription() |
LocalizedString |
ChangeName.getName() |
Modifier and Type | Method and Description |
---|---|
static ChangeName |
ChangeName.of(LocalizedString name)
Creates a new object initialized with the given values.
|
static SetDescription |
SetDescription.of(LocalizedString description)
Creates a new object initialized with the given values.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ClassificationShippingRateInput.getLabel() |
LocalizedString |
CustomLineItemDraft.getName() |
LocalizedString |
LineItem.getName() |
LocalizedString |
CustomLineItem.getName() |
LocalizedString |
LineItem.getProductSlug() |
Modifier and Type | Method and Description |
---|---|
static CustomLineItemDraft |
CustomLineItemDraft.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
long quantity)
Creates a draft having a standard tax category and no custom fields.
|
static CustomLineItemDraft |
CustomLineItemDraft.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
long quantity,
CustomFieldsDraft custom)
Creates a draft having a standard tax category and custom fields.
|
static CustomLineItemDraft |
CustomLineItemDraft.ofExternalTaxCalculation(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
ExternalTaxRateDraft externalTaxRate,
long quantity)
Creates a draft having an external tax rate and no custom fields.
|
static CustomLineItemDraft |
CustomLineItemDraft.ofExternalTaxCalculation(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
ExternalTaxRateDraft externalTaxRate,
long quantity,
CustomFieldsDraft custom)
Creates a draft having an external tax rate and custom fields.
|
static CustomLineItemDraft |
CustomLineItemDraft.ofExternalTaxCalculation(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
long quantity)
Creates a draft having no tax rate (for external tax calculation) and no custom fields.
|
static CustomLineItemDraft |
CustomLineItemDraft.ofExternalTaxCalculation(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
long quantity,
CustomFieldsDraft custom)
Creates a draft having no tax rate (for external tax calculation) and custom fields.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
AddCustomLineItem.getName() |
Modifier and Type | Method and Description |
---|---|
static AddCustomLineItem |
AddCustomLineItem.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
long quantity) |
static AddCustomLineItem |
AddCustomLineItem.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
long quantity,
CustomFieldsDraft custom) |
static AddCustomLineItem |
AddCustomLineItem.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
ResourceIdentifier<TaxCategory> taxCategory,
long quantity,
CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
CategoryDraft.getDescription() |
LocalizedString |
Category.getDescription()
Description for this category.
|
LocalizedString |
CategoryDraftDsl.getDescription() |
LocalizedString |
CategoryDraft.getMetaDescription() |
LocalizedString |
Category.getMetaDescription()
SEO meta description.
|
LocalizedString |
CategoryDraftDsl.getMetaDescription() |
LocalizedString |
CategoryDraft.getMetaKeywords() |
LocalizedString |
Category.getMetaKeywords()
SEO meta keywords.
|
LocalizedString |
CategoryDraftDsl.getMetaKeywords() |
LocalizedString |
CategoryDraft.getMetaTitle() |
LocalizedString |
Category.getMetaTitle()
SEO meta title.
|
LocalizedString |
CategoryDraftDsl.getMetaTitle() |
LocalizedString |
CategoryDraft.getName() |
LocalizedString |
Category.getName()
Name of this category.
|
LocalizedString |
CategoryDraftDsl.getName() |
LocalizedString |
CategoryDraft.getSlug() |
LocalizedString |
Category.getSlug()
Human-readable identifier usually used as deep-link URL part.
|
LocalizedString |
CategoryDraftDsl.getSlug() |
Modifier and Type | Method and Description |
---|---|
static CategoryDraftDsl |
CategoryDraftDsl.of(LocalizedString name,
LocalizedString slug)
Creates a new object initialized with the given values.
|
CategoryDraftDsl |
CategoryDraftDsl.withDescription(LocalizedString description) |
CategoryDraftDsl |
CategoryDraftDsl.withMetaDescription(LocalizedString metaDescription) |
CategoryDraftDsl |
CategoryDraftDsl.withMetaKeywords(LocalizedString metaKeywords) |
CategoryDraftDsl |
CategoryDraftDsl.withMetaTitle(LocalizedString metaTitle) |
CategoryDraftDsl |
CategoryDraftDsl.withName(LocalizedString name) |
CategoryDraftDsl |
CategoryDraftDsl.withSlug(LocalizedString slug) |
Constructor and Description |
---|
CategoryDraftBuilder(List<AssetDraft> assets,
CustomFieldsDraft custom,
LocalizedString description,
String externalId,
String key,
LocalizedString metaDescription,
LocalizedString metaKeywords,
LocalizedString metaTitle,
LocalizedString name,
String orderHint,
ResourceIdentifier<Category> parent,
LocalizedString slug) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetDescription.getDescription() |
LocalizedString |
SetAssetDescription.getDescription() |
LocalizedString |
SetMetaDescription.getMetaDescription() |
LocalizedString |
SetMetaKeywords.getMetaKeywords() |
LocalizedString |
SetMetaTitle.getMetaTitle() |
LocalizedString |
ChangeName.getName() |
LocalizedString |
ChangeAssetName.getName() |
LocalizedString |
ChangeSlug.getSlug() |
Modifier and Type | Method and Description |
---|---|
static SetMetaKeywords |
SetMetaKeywords.of(LocalizedString metaKeywords) |
static ChangeName |
ChangeName.of(LocalizedString name) |
static SetMetaTitle |
SetMetaTitle.of(LocalizedString metaTitle) |
static SetDescription |
SetDescription.of(LocalizedString description) |
static ChangeSlug |
ChangeSlug.of(LocalizedString slug) |
static SetMetaDescription |
SetMetaDescription.of(LocalizedString metaDescription) |
static ChangeAssetName |
ChangeAssetName.of(String assetId,
LocalizedString name)
Creates a new object initialized with the given values.
|
static SetAssetDescription |
SetAssetDescription.of(String assetId,
LocalizedString description)
Creates a new object initialized with the given values.
|
static ChangeAssetName |
ChangeAssetName.ofKey(String assetKey,
LocalizedString name)
Creates a new object initialized with the given values.
|
static SetAssetDescription |
SetAssetDescription.ofKey(String assetKey,
LocalizedString description)
Creates a new object initialized with the given values.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
CategorySlugChangedMessage.getOldSlug() |
LocalizedString |
CategorySlugChangedMessage.getSlug()
Gets the new Slug
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ChannelDraft.getDescription() |
LocalizedString |
Channel.getDescription()
Description of this channel.
|
LocalizedString |
ChannelDraftBuilder.getDescription() |
LocalizedString |
ChannelDraft.getName() |
LocalizedString |
Channel.getName()
Name of this channel.
|
LocalizedString |
ChannelDraftBuilder.getName() |
Modifier and Type | Method and Description |
---|---|
ChannelDraftBuilder |
ChannelDraftBuilder.description(LocalizedString description)
Sets the
description property of this builder. |
ChannelDraftBuilder |
ChannelDraftBuilder.name(LocalizedString name)
Sets the
name property of this builder. |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ChangeDescription.getDescription() |
LocalizedString |
ChangeName.getName() |
Modifier and Type | Method and Description |
---|---|
static ChangeName |
ChangeName.of(LocalizedString name) |
static ChangeDescription |
ChangeDescription.of(LocalizedString description) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
DiscountCode.getDescription()
Description of this discount code.
|
LocalizedString |
DiscountCodeDraft.getDescription() |
LocalizedString |
DiscountCode.getName()
Name of this discount code.
|
LocalizedString |
DiscountCodeDraft.getName() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetDescription.getDescription() |
LocalizedString |
SetName.getName() |
Modifier and Type | Method and Description |
---|---|
static SetDescription |
SetDescription.of(LocalizedString description) |
static SetName |
SetName.of(LocalizedString name) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
UserProvidedIdentifiers.getSlug() |
Modifier and Type | Method and Description |
---|---|
static LocalizedString |
LocalizedString.empty()
Creates an instance without any value.
|
LocalizedString |
AssetDraft.getDescription() |
LocalizedString |
Asset.getDescription() |
LocalizedString |
AssetDraftDsl.getDescription() |
LocalizedString |
LocalizedEnumValue.getLabel() |
LocalizedString |
MetaAttributes.getMetaDescription() |
LocalizedString |
MetaAttributes.getMetaKeywords() |
LocalizedString |
MetaAttributes.getMetaTitle() |
LocalizedString |
AssetDraft.getName() |
LocalizedString |
Asset.getName() |
LocalizedString |
AssetDraftDsl.getName() |
LocalizedString |
WithLocalizedSlug.getSlug() |
LocalizedString |
LocalizedString.mapValue(BiFunction<Locale,String,String> function)
Creates a new instance where each translation value is transformed with
function . |
static LocalizedString |
LocalizedString.of()
Creates an instance without any value.
|
static LocalizedString |
LocalizedString.of(Locale locale,
String value)
Creates an instance with one locale translation pair.
|
static LocalizedString |
LocalizedString.of(Locale locale1,
String value1,
Locale locale2,
String value2)
Creates an instance for two different locales.
|
static LocalizedString |
LocalizedString.of(Map<Locale,String> translations)
|
static LocalizedString |
LocalizedString.ofEnglish(String translationForEnglish) |
static LocalizedString |
LocalizedString.ofStringToStringMap(Map<String,String> translations)
|
LocalizedString |
LocalizedString.plus(Locale locale,
String value)
Creates a new
LocalizedString containing the given entries and the new one. |
LocalizedString |
LocalizedString.slugified()
Creates a new
LocalizedString where all translations are slugified (remove whitespace, etc.). |
LocalizedString |
LocalizedString.slugifiedUnique()
Creates a new
LocalizedString where all translations are slugified (remove whitespace, etc.) and a random supplement is added. |
Modifier and Type | Method and Description |
---|---|
static Collector<LocalizedStringEntry,?,LocalizedString> |
LocalizedString.streamCollector()
Collector to collect a stream of
LocalizedStringEntry s to one LocalizedString . |
static com.fasterxml.jackson.core.type.TypeReference<LocalizedString> |
LocalizedString.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static MetaAttributesDsl |
MetaAttributes.metaAttributesOf(LocalizedString metaTitle,
LocalizedString metaDescription,
LocalizedString metaKeywords) |
static AssetDraftDsl |
AssetDraftDsl.of(List<AssetSource> sources,
LocalizedString name)
Creates a new object initialized with the given values.
|
static LocalizedEnumValue |
LocalizedEnumValue.of(String key,
LocalizedString label) |
MetaAttributesDsl |
MetaAttributesDsl.withDescription(LocalizedString description) |
AssetDraftDsl |
AssetDraftDsl.withDescription(LocalizedString description) |
MetaAttributesDsl |
MetaAttributesDsl.withKeywords(LocalizedString keywords) |
AssetDraftDsl |
AssetDraftDsl.withName(LocalizedString name) |
MetaAttributesDsl |
MetaAttributesDsl.withTitle(LocalizedString title) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
AddCustomLineItem.getName() |
Modifier and Type | Method and Description |
---|---|
static AddCustomLineItem |
AddCustomLineItem.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
ResourceIdentifier<TaxCategory> taxCategory,
Long quantity,
CustomFieldsDraft custom,
ExternalTaxRateDraft externalTaxRate) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
CustomLineItemImportDraft.getName() |
LocalizedString |
LineItemImportDraft.getName() |
Modifier and Type | Method and Description |
---|---|
static CustomLineItemImportDraftBuilder |
CustomLineItemImportDraftBuilder.of(LocalizedString name,
long quantity,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory) |
static CustomLineItemImportDraftBuilder |
CustomLineItemImportDraftBuilder.of(LocalizedString name,
long quantity,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
CustomFieldsDraft custom) |
static CustomLineItemImportDraftBuilder |
CustomLineItemImportDraftBuilder.of(LocalizedString name,
long quantity,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
CustomFieldsDraft custom,
ItemShippingDetailsDraft shippingDetails) |
static CustomLineItemImportDraftBuilder |
CustomLineItemImportDraftBuilder.of(LocalizedString name,
long quantity,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
ItemShippingDetailsDraft shippingDetails) |
static LineItemImportDraftBuilder |
LineItemImportDraftBuilder.of(ProductVariantImportDraft variant,
long quantity,
PriceDraft price,
LocalizedString name) |
static LineItemImportDraftBuilder |
LineItemImportDraftBuilder.of(ProductVariantImportDraft variant,
long quantity,
Price price,
LocalizedString name)
Deprecated.
use LineItemImportDraftBuilder
LineItemImportDraftBuilder.of(ProductVariantImportDraft, long, PriceDraft, LocalizedString) instead. |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
PaymentMethodInfoBuilder.getName() |
LocalizedString |
PaymentMethodInfo.getName() |
Modifier and Type | Method and Description |
---|---|
PaymentMethodInfoBuilder |
PaymentMethodInfoBuilder.name(LocalizedString name) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetMethodInfoName.getName() |
Modifier and Type | Method and Description |
---|---|
static SetMethodInfoName |
SetMethodInfoName.of(LocalizedString name) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ProductDiscount.getDescription() |
LocalizedString |
ProductDiscountDraft.getDescription() |
LocalizedString |
ProductDiscountDraftDsl.getDescription() |
LocalizedString |
ProductDiscount.getName() |
LocalizedString |
ProductDiscountDraft.getName() |
LocalizedString |
ProductDiscountDraftDsl.getName() |
Modifier and Type | Method and Description |
---|---|
static ProductDiscountDraftDsl |
ProductDiscountDraftDsl.of(Boolean active,
LocalizedString description,
LocalizedString name,
String predicate,
String sortOrder,
ProductDiscountValue value)
Creates a new object initialized with the given values.
|
static ProductDiscountDraft |
ProductDiscountDraft.of(LocalizedString name,
LocalizedString description,
ProductDiscountPredicate predicate,
ProductDiscountValue value,
String sortOrder,
boolean active) |
static ProductDiscountDraft |
ProductDiscountDraft.of(LocalizedString name,
String key,
LocalizedString description,
ProductDiscountPredicate predicate,
ProductDiscountValue value,
String sortOrder,
boolean active) |
ProductDiscountDraftDsl |
ProductDiscountDraftDsl.withDescription(LocalizedString description) |
ProductDiscountDraftDsl |
ProductDiscountDraftDsl.withName(LocalizedString name) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetDescription.getDescription() |
LocalizedString |
ChangeName.getName() |
Modifier and Type | Method and Description |
---|---|
static ChangeName |
ChangeName.of(LocalizedString name) |
static SetDescription |
SetDescription.of(LocalizedString description) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
AttributeDefinitionDraft.getInputTip() |
LocalizedString |
AttributeDefinition.getInputTip()
Additional information about the attribute that aids content managers when setting product details.
|
LocalizedString |
AttributeDefinitionBuilder.getInputTip() |
LocalizedString |
AttributeDefinitionDraftDsl.getInputTip() |
LocalizedString |
AttributeDefinitionDraft.getLabel() |
LocalizedString |
AttributeDefinition.getLabel()
A human-readable label for the attribute.
|
LocalizedString |
AttributeDefinitionBuilder.getLabel() |
LocalizedString |
AttributeDefinitionDraftDsl.getLabel() |
default LocalizedString |
Attribute.getValueAsLocalizedString() |
Modifier and Type | Method and Description |
---|---|
default Set<LocalizedString> |
Attribute.getValueAsLocalizedStringSet() |
static AttributeAccess<LocalizedString> |
AttributeAccess.ofLocalizedString() |
static AttributeAccess<Set<LocalizedString>> |
AttributeAccess.ofLocalizedStringSet() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
ProductAttributeConverterBase.convertLocalizedString(LocalizedString localizedString,
Attribute attribute,
ProductType productType) |
protected String |
DefaultProductAttributeFormatter.convertLocalizedString(LocalizedString localizedString,
Attribute attribute,
ProductType productType) |
AttributeDefinitionBuilder |
AttributeDefinitionBuilder.inputTip(LocalizedString inputTip) |
AttributeDefinitionBuilder |
AttributeDefinitionBuilder.label(LocalizedString label) |
static AttributeDefinitionDraftDsl |
AttributeDefinitionDraftDsl.of(AttributeType attributeType,
String name,
LocalizedString label,
Boolean required)
Creates a new object initialized with the given values.
|
static AttributeDefinitionBuilder |
AttributeDefinitionBuilder.of(String name,
LocalizedString label,
AttributeType attributeType) |
AttributeDefinitionDraftDsl |
AttributeDefinitionDraftDsl.withInputTip(LocalizedString inputTip) |
AttributeDefinitionDraftDsl |
AttributeDefinitionDraftDsl.withLabel(LocalizedString label) |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
ProductAttributeConverterBase.convertLocalizedStringSet(Set<LocalizedString> localizedStringSet,
Attribute attribute,
ProductType productType) |
protected String |
DefaultProductAttributeFormatter.convertLocalizedStringSet(Set<LocalizedString> localizedStringSet,
Attribute attribute,
ProductType productType) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetDescription.getDescription() |
LocalizedString |
SetAssetDescription.getDescription() |
LocalizedString |
SetMetaDescription.getMetaDescription() |
LocalizedString |
SetMetaKeywords.getMetaKeywords() |
LocalizedString |
SetMetaTitle.getMetaTitle() |
LocalizedString |
ChangeName.getName() |
LocalizedString |
ChangeAssetName.getName() |
LocalizedString |
ChangeSlug.getSlug() |
Modifier and Type | Method and Description |
---|---|
static SetMetaKeywords |
SetMetaKeywords.of(LocalizedString metaKeywords) |
static ChangeName |
ChangeName.of(LocalizedString name) |
static SetMetaTitle |
SetMetaTitle.of(LocalizedString metaTitle) |
static SetDescription |
SetDescription.of(LocalizedString description) |
static ChangeSlug |
ChangeSlug.of(LocalizedString slug) |
static SetMetaDescription |
SetMetaDescription.of(LocalizedString metaDescription) |
static ChangeName |
ChangeName.of(LocalizedString name,
Boolean staged) |
static SetDescription |
SetDescription.of(LocalizedString description,
Boolean staged) |
static ChangeSlug |
ChangeSlug.of(LocalizedString slug,
Boolean staged) |
static ChangeAssetName |
ChangeAssetName.ofAssetKeyAndSku(String sku,
String assetKey,
LocalizedString name) |
static ChangeAssetName |
ChangeAssetName.ofAssetKeyAndSku(String sku,
String assetKey,
LocalizedString name,
Boolean staged) |
static ChangeAssetName |
ChangeAssetName.ofAssetKeyAndVariantId(Integer variantId,
String assetKey,
LocalizedString name) |
static ChangeAssetName |
ChangeAssetName.ofAssetKeyAndVariantId(Integer variantId,
String assetKey,
LocalizedString name,
Boolean staged) |
static ChangeAssetName |
ChangeAssetName.ofSku(String sku,
String assetId,
LocalizedString name) |
static SetAssetDescription |
SetAssetDescription.ofSku(String sku,
String assetId,
LocalizedString description) |
static ChangeAssetName |
ChangeAssetName.ofSku(String sku,
String assetId,
LocalizedString name,
Boolean staged) |
static SetAssetDescription |
SetAssetDescription.ofSku(String sku,
String assetId,
LocalizedString description,
Boolean staged) |
static SetAssetDescription |
SetAssetDescription.ofSkuAndAssetKey(String sku,
String assetId,
LocalizedString description) |
static SetAssetDescription |
SetAssetDescription.ofSkuAndAssetKey(String sku,
String assetKey,
LocalizedString description,
Boolean staged) |
static ChangeAssetName |
ChangeAssetName.ofVariantId(Integer variantId,
String assetId,
LocalizedString name) |
static SetAssetDescription |
SetAssetDescription.ofVariantId(Integer variantId,
String assetId,
LocalizedString description) |
static ChangeAssetName |
ChangeAssetName.ofVariantId(Integer variantId,
String assetId,
LocalizedString name,
Boolean staged) |
static SetAssetDescription |
SetAssetDescription.ofVariantId(Integer variantId,
String assetId,
LocalizedString description,
Boolean staged) |
static SetAssetDescription |
SetAssetDescription.ofVariantIdAndAssetKey(Integer variantId,
String assetId,
LocalizedString description) |
static SetAssetDescription |
SetAssetDescription.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
LocalizedString description,
Boolean staged) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ProductSlugChangedMessage.getOldSlug() |
LocalizedString |
ProductSlugChangedMessage.getSlug() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ProductSelectionDraft.getName() |
LocalizedString |
ProductSelection.getName() |
Modifier and Type | Method and Description |
---|---|
static ProductSelectionDraft |
ProductSelectionDraft.ofName(LocalizedString name) |
ProductSelectionDraftDsl |
ProductSelectionDraftDsl.withName(LocalizedString name) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ChangeName.getName() |
Modifier and Type | Method and Description |
---|---|
static ChangeName |
ChangeName.of(LocalizedString name)
Creates a new object initialized with the given values.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ProductSelectionDeletedMessage.getName() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetInputTip.getInputTip() |
LocalizedString |
ChangeAttributeDefinitionLabel.getLabel() |
Modifier and Type | Method and Description |
---|---|
static SetInputTip |
SetInputTip.of(String attributeName,
LocalizedString inputTip) |
static ChangeAttributeDefinitionLabel |
ChangeAttributeDefinitionLabel.of(String attributeName,
LocalizedString label) |
Constructor and Description |
---|
SetInputTip(String attributeName,
LocalizedString inputTip) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ShippingMethodDraft.getLocalizedDescription() |
LocalizedString |
ShippingMethod.getLocalizedDescription() |
LocalizedString |
ShippingMethodDraftDsl.getLocalizedDescription() |
LocalizedString |
ShippingMethodDraft.getLocalizedName() |
LocalizedString |
ShippingMethod.getLocalizedName() |
LocalizedString |
ShippingMethodDraftDsl.getLocalizedName() |
Modifier and Type | Method and Description |
---|---|
static ShippingMethodDraft |
ShippingMethodDraft.of(String name,
LocalizedString localizedDescription,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates) |
static ShippingMethodDraft |
ShippingMethodDraft.of(String name,
LocalizedString localizedDescription,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
boolean isDefault) |
static ShippingMethodDraftDsl |
ShippingMethodDraftDsl.of(String name,
LocalizedString localizedDescription,
ResourceIdentifier<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
Boolean _default)
Creates a new object initialized with the given values.
|
ShippingMethodDraftDsl |
ShippingMethodDraftDsl.withLocalizedDescription(LocalizedString localizedDescription) |
ShippingMethodDraftDsl |
ShippingMethodDraftDsl.withLocalizedName(LocalizedString localizedName) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetLocalizedDescription.getLocalizedDescription() |
LocalizedString |
SetLocalizedName.getLocalizedName() |
Modifier and Type | Method and Description |
---|---|
static SetLocalizedDescription |
SetLocalizedDescription.of(LocalizedString localizedDescription)
Creates a new object initialized with the given values.
|
static SetLocalizedName |
SetLocalizedName.of(LocalizedString localizedName)
Creates a new object initialized with the given values.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
TextLineItemDraft.getDescription() |
LocalizedString |
ShoppingList.getDescription() |
LocalizedString |
ShoppingListDraft.getDescription() |
LocalizedString |
TextLineItem.getDescription() |
LocalizedString |
TextLineItemDraftBuilder.getDescription() |
LocalizedString |
ShoppingListDraftDsl.getDescription() |
LocalizedString |
TextLineItemDraftDsl.getDescription() |
LocalizedString |
TextLineItemDraft.getName() |
LocalizedString |
LineItem.getName() |
LocalizedString |
ShoppingList.getName() |
LocalizedString |
ShoppingListDraft.getName() |
LocalizedString |
TextLineItem.getName() |
LocalizedString |
TextLineItemDraftBuilder.getName() |
LocalizedString |
ShoppingListDraftDsl.getName() |
LocalizedString |
TextLineItemDraftDsl.getName() |
LocalizedString |
LineItem.getProductSlug() |
LocalizedString |
ShoppingList.getSlug() |
LocalizedString |
ShoppingListDraft.getSlug() |
LocalizedString |
ShoppingListDraftDsl.getSlug() |
Modifier and Type | Method and Description |
---|---|
TextLineItemDraftBuilder |
TextLineItemDraftBuilder.description(LocalizedString description)
Sets the
description property of this builder. |
TextLineItemDraftBuilder |
TextLineItemDraftBuilder.name(LocalizedString name)
Sets the
name property of this builder. |
static ShoppingListDraftDsl |
ShoppingListDraftDsl.of(LocalizedString name)
Creates a new object initialized with the given values.
|
static TextLineItemDraftBuilder |
TextLineItemDraftBuilder.of(LocalizedString name,
Long quantity)
Creates a new object initialized with the given values.
|
static TextLineItemDraftDsl |
TextLineItemDraftDsl.of(LocalizedString name,
Long quantity)
Creates a new object initialized with the given values.
|
ShoppingListDraftDsl |
ShoppingListDraftDsl.withDescription(LocalizedString description) |
TextLineItemDraftDsl |
TextLineItemDraftDsl.withDescription(LocalizedString description) |
ShoppingListDraftDsl |
ShoppingListDraftDsl.withName(LocalizedString name) |
TextLineItemDraftDsl |
TextLineItemDraftDsl.withName(LocalizedString name) |
ShoppingListDraftDsl |
ShoppingListDraftDsl.withSlug(LocalizedString slug) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
AddTextLineItem.getDescription() |
LocalizedString |
SetDescription.getDescription() |
LocalizedString |
SetTextLineItemDescription.getDescription() |
LocalizedString |
AddTextLineItem.getName() |
LocalizedString |
ChangeName.getName() |
LocalizedString |
ChangeTextLineItemName.getName() |
LocalizedString |
SetSlug.getSlug() |
Modifier and Type | Method and Description |
---|---|
static AddTextLineItem |
AddTextLineItem.of(LocalizedString name) |
static ChangeName |
ChangeName.of(LocalizedString name) |
static SetDescription |
SetDescription.of(LocalizedString description) |
static SetSlug |
SetSlug.of(LocalizedString slug) |
static ChangeTextLineItemName |
ChangeTextLineItemName.of(String textLineItemId,
LocalizedString name) |
static ChangeTextLineItemName |
ChangeTextLineItemName.of(TextLineItem textLineItem,
LocalizedString name) |
AddTextLineItem |
AddTextLineItem.withDescription(LocalizedString description) |
SetTextLineItemDescription |
SetTextLineItemDescription.withDescription(LocalizedString description) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
State.getDescription() |
LocalizedString |
StateDraft.getDescription() |
LocalizedString |
State.getName() |
LocalizedString |
StateDraft.getName() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetDescription.getDescription() |
LocalizedString |
SetName.getName() |
Modifier and Type | Method and Description |
---|---|
static SetDescription |
SetDescription.of(LocalizedString description) |
static SetName |
SetName.of(LocalizedString name) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
StoreDraft.getName() |
LocalizedString |
Store.getName() |
LocalizedString |
StoreDraftDsl.getName() |
LocalizedString |
StoreDraftBuilder.getName() |
Modifier and Type | Method and Description |
---|---|
StoreDraftBuilder |
StoreDraftBuilder.name(LocalizedString name)
Sets the
name property of this builder. |
static StoreDraftDsl |
StoreDraft.of(String key,
LocalizedString name) |
static StoreDraftDsl |
StoreDraftDsl.of(String key,
LocalizedString name)
Creates a new object initialized with the given values.
|
static StoreDraftBuilder |
StoreDraftBuilder.of(String key,
LocalizedString name)
Creates a new object initialized with the given values.
|
static StoreDraftDsl |
StoreDraftDsl.of(String key,
LocalizedString name,
List<String> languages)
Creates a new object initialized with the given values.
|
static StoreDraftBuilder |
StoreDraftBuilder.of(String key,
LocalizedString name,
List<String> languages)
Creates a new object initialized with the given values.
|
StoreDraftDsl |
StoreDraftDsl.withName(LocalizedString name) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetName.getName() |
Modifier and Type | Method and Description |
---|---|
static SetName |
SetName.of(LocalizedString name)
Creates a new object initialized with the given values.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
StoreCreatedMessage.getName() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
TypeDraft.getDescription() |
LocalizedString |
Type.getDescription() |
LocalizedString |
CustomFields.getFieldAsLocalizedString(String name) |
LocalizedString |
FieldDefinition.getLabel() |
LocalizedString |
TypeDraft.getName() |
LocalizedString |
Type.getName() |
Modifier and Type | Method and Description |
---|---|
static FieldDefinition |
FieldDefinition.of(FieldType type,
String name,
LocalizedString label,
Boolean required) |
static FieldDefinition |
FieldDefinition.of(FieldType type,
String name,
LocalizedString label,
Boolean required,
TextInputHint inputHint) |
static TypeDraftBuilder |
TypeDraftBuilder.of(String key,
LocalizedString name,
ResourceTypeIdsSetBuilder resourceTypeIdsSetBuilder) |
static TypeDraftDsl |
TypeDraftDsl.of(String key,
LocalizedString name,
ResourceTypeIdsSetBuilder resourceTypeIdsSetBuilder) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
SetDescription.getDescription() |
LocalizedString |
ChangeFieldDefinitionLabel.getLabel() |
LocalizedString |
ChangeName.getName() |
Modifier and Type | Method and Description |
---|---|
static ChangeName |
ChangeName.of(LocalizedString name) |
static SetDescription |
SetDescription.of(LocalizedString description) |
static ChangeFieldDefinitionLabel |
ChangeFieldDefinitionLabel.of(String fieldName,
LocalizedString label) |