Package | Description |
---|---|
io.sphere.sdk.cartdiscounts |
Provides model classes and builders 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.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.channels |
Provides model classes and builders for channels.
|
io.sphere.sdk.channels.commands |
Provides types to change the state of channels.
|
io.sphere.sdk.channels.expansion |
Provides reference expansion models for channels.
|
io.sphere.sdk.channels.queries |
Provides types to retrieve the state of channels.
|
io.sphere.sdk.inventory |
Provides model classes and builders for inventory entries.
|
io.sphere.sdk.inventory.commands.updateactions |
Provides the possible operations which can be performed on update commands for inventory entries.
|
io.sphere.sdk.inventory.messages | |
io.sphere.sdk.inventory.queries |
Provides types to retrieve the state of inventory entries.
|
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
io.sphere.sdk.orders.errors |
Errors related to
Order operations. |
io.sphere.sdk.orders.messages |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
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.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
io.sphere.sdk.stores | |
io.sphere.sdk.stores.commands.updateactions | |
io.sphere.sdk.stores.error | |
io.sphere.sdk.stores.messages |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
GiftLineItemCartDiscountValue.getDistributionChannel() |
ResourceIdentifier<Channel> |
GiftLineItemCartDiscountValue.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
LineItem.getDistributionChannel() |
ResourceIdentifier<Channel> |
LineItemDraft.getDistributionChannel() |
Reference<Channel> |
LineItem.getSupplyChannel() |
ResourceIdentifier<Channel> |
LineItemDraft.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
LineItemDraftBuilder |
LineItemDraftBuilder.distributionChannel(Referenceable<Channel> distributionChannel) |
LineItemDraftBuilder |
LineItemDraftBuilder.supplyChannel(Referenceable<Channel> supplyChannel) |
LineItemDraftDsl |
LineItemDraftDsl.withDistributionChannel(Referenceable<Channel> distributionChannel) |
LineItemDraftDsl |
LineItemDraftDsl.withSupplyChannel(Referenceable<Channel> supplyChannel) |
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
SetLineItemDistributionChannel.getDistributionChannel() |
ResourceIdentifier<Channel> |
AddLineItem.getDistributionChannel() |
Reference<Channel> |
AddShoppingList.getDistributionChannel() |
Reference<Channel> |
SetLineItemSupplyChannel.getSupplyChannel() |
ResourceIdentifier<Channel> |
AddLineItem.getSupplyChannel() |
Reference<Channel> |
AddShoppingList.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
static SetLineItemSupplyChannel |
SetLineItemSupplyChannel.of(String lineItemId,
Reference<Channel> supplyChannel) |
static SetLineItemDistributionChannel |
SetLineItemDistributionChannel.of(String lineItemId,
Reference<Channel> distributionChannel) |
AddShoppingList |
AddShoppingList.withDistributionChannel(Reference<Channel> distributionChannel) |
AddLineItem |
AddLineItem.withDistributionChannel(Referenceable<Channel> distributionChannel) |
AddShoppingList |
AddShoppingList.withSupplyChannel(Reference<Channel> supplyChannel) |
AddLineItem |
AddLineItem.withSupplyChannel(Referenceable<Channel> supplyChannel) |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<T,Channel> |
LineItemCollectionQueryModel.distributionChannel() |
ReferenceOptionalQueryModel<T,Channel> |
LineItemCollectionQueryModel.supplyChannel() |
Modifier and Type | Method and Description |
---|---|
static Reference<Channel> |
Channel.referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
default Reference<Channel> |
Channel.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<Channel> |
Channel.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static ChannelDeleteCommand |
ChannelDeleteCommand.of(Versioned<Channel> versioned)
Creates a command object to delete a
Channel by ID. |
static ChannelUpdateCommand |
ChannelUpdateCommand.of(Versioned<Channel> versioned,
List<? extends UpdateAction<Channel>> updateActions)
Creates a command to update a Channel selected by its ID using several update actions.
|
static ChannelUpdateCommand |
ChannelUpdateCommand.of(Versioned<Channel> versioned,
List<? extends UpdateAction<Channel>> updateActions)
Creates a command to update a Channel selected by its ID using several update actions.
|
static ChannelUpdateCommand |
ChannelUpdateCommand.of(Versioned<Channel> versioned,
UpdateAction<Channel> updateAction,
UpdateAction<Channel>... updateActions)
Creates a command to update a Channel selected by its ID using one update action.
|
static ChannelUpdateCommand |
ChannelUpdateCommand.of(Versioned<Channel> versioned,
UpdateAction<Channel> updateAction,
UpdateAction<Channel>... updateActions)
Creates a command to update a Channel selected by its ID using one update action.
|
Modifier and Type | Method and Description |
---|---|
static ChannelExpansionModel<Channel> |
ChannelExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
LocalizedStringOptionalQueryModel<Channel> |
ChannelQueryModel.description() |
List<ExpansionPath<Channel>> |
ChannelByIdGet.expansionPaths() |
GeoJSONQueryModel<Channel> |
ChannelQueryModel.geoLocation() |
StringQuerySortingModel<Channel> |
ChannelQueryModel.key() |
LocalizedStringOptionalQueryModel<Channel> |
ChannelQueryModel.name() |
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Channel>> |
ChannelQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
ReviewRatingStatisticsQueryModel<Channel> |
ChannelQueryModel.reviewRatingStatistics() |
SphereEnumerationCollectionQueryModel<Channel,ChannelRole> |
ChannelQueryModel.roles() |
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
InventoryEntry.getSupplyChannel()
Optional connection to particular supplier.
|
ResourceIdentifier<Channel> |
InventoryEntryDraft.getSupplyChannel() |
ResourceIdentifier<Channel> |
InventoryEntryDraftBuilder.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
static InventoryEntryDraftDsl |
InventoryEntryDraft.of(String sku,
long quantityOnStock,
ZonedDateTime expectedDelivery,
Integer restockableInDays,
Referenceable<Channel> supplyChannel) |
static InventoryEntryDraftBuilder |
InventoryEntryDraftBuilder.of(String sku,
Long quantityOnStock,
ZonedDateTime expectedDelivery,
Integer restockableInDays,
ResourceIdentifier<Channel> supplyChannel)
Creates a new object initialized with the given values.
|
InventoryEntryDraftBuilder |
InventoryEntryDraftBuilder.supplyChannel(ResourceIdentifier<Channel> supplyChannel)
Sets the
supplyChannel property of this builder. |
InventoryEntryDraftDsl |
InventoryEntryDraftDsl.withSupplyChannel(Referenceable<Channel> supplyChannel) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
SetSupplyChannel.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
static SetSupplyChannel |
SetSupplyChannel.of(ResourceIdentifier<Channel> supplyChannel) |
static SetSupplyChannel |
SetSupplyChannel.ofReferencable(Referenceable<Channel> supplyChannel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
InventoryEntryCreatedMessage.getSupplyChannel() |
Reference<Channel> |
InventoryEntryDeletedMessage.getSupplyChannel() |
Reference<Channel> |
InventoryEntryQuantitySetMessage.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<InventoryEntry,Channel> |
InventoryEntryQueryModel.supplyChannel() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
SetLineItemDistributionChannel.getDistributionChannel() |
ResourceIdentifier<Channel> |
AddLineItem.getDistributionChannel() |
Reference<Channel> |
AddShoppingList.getDistributionChannel() |
ResourceIdentifier<Channel> |
AddLineItem.getSupplyChannel() |
Reference<Channel> |
AddShoppingList.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
AddShoppingList |
AddShoppingList.withDistributionChannel(Reference<Channel> distributionChannel) |
SetLineItemDistributionChannel |
SetLineItemDistributionChannel.withDistributionChannel(ResourceIdentifier<Channel> distributionChannel) |
AddShoppingList |
AddShoppingList.withSupplyChannel(Reference<Channel> supplyChannel) |
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
SyncInfo.getChannel() |
Reference<Channel> |
LineItemImportDraft.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
static SyncInfo |
SyncInfo.of(Referenceable<Channel> channel,
ZonedDateTime syncedAt,
String externalId) |
LineItemImportDraftBuilder |
LineItemImportDraftBuilder.supplyChannel(Referenceable<Channel> supplyChannel) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
UpdateSyncInfo.getChannel() |
Modifier and Type | Method and Description |
---|---|
static UpdateSyncInfo |
UpdateSyncInfo.of(Reference<Channel> channel,
String externalId,
ZonedDateTime syncedAt) |
static UpdateSyncInfo |
UpdateSyncInfo.of(Referenceable<Channel> channel) |
static UpdateSyncInfo |
UpdateSyncInfo.of(ResourceIdentifier<Channel> channel) |
static UpdateSyncInfo |
UpdateSyncInfo.of(ResourceIdentifier<Channel> channel,
String externalId,
ZonedDateTime syncedAt) |
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
MatchingPriceNotFoundError.getChannel() |
Modifier and Type | Method and Description |
---|---|
static MatchingPriceNotFoundError |
MatchingPriceNotFoundError.of(String message,
String productId,
int variantId,
String currency,
String country,
Reference<CustomerGroup> customerGroup,
Reference<Channel> channel) |
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
OrderLineItemDistributionChannelSetMessage.getDistributionChannel() |
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<T,Channel> |
SyncInfoQueryModel.channel() |
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
PriceLike.getChannel() |
Reference<Channel> |
Price.getChannel() |
ResourceIdentifier<Channel> |
PriceDraftBuilder.getChannel() |
ResourceIdentifier<Channel> |
PriceDraftDsl.getChannel() |
ResourceIdentifier<Channel> |
PriceDraft.getChannel() |
Reference<Channel> |
ScopedPrice.getChannel() |
Modifier and Type | Method and Description |
---|---|
PriceDraftBuilder |
PriceDraftBuilder.channel(Referenceable<Channel> channel) |
PriceBuilder |
PriceBuilder.channel(Referenceable<Channel> channel)
Sets the
channel property of this builder. |
PriceDraftBuilder |
PriceDraftBuilder.channel(ResourceIdentifier<Channel> channel) |
default Price |
Price.withChannel(Referenceable<Channel> channel) |
PriceDraftDsl |
PriceDraftDsl.withChannel(Referenceable<Channel> channel) |
Modifier and Type | Method and Description |
---|---|
static RichReferenceAttributeType<Channel> |
ReferenceAttributeType.ofChannel() |
static AttributeAccess<Reference<Channel>> |
AttributeAccess.ofChannelReference() |
static AttributeAccess<Set<Reference<Channel>>> |
AttributeAccess.ofChannelReferenceSet() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
ProductAttributeConverterBase.convertChannelReference(Reference<Channel> channelReference,
Attribute attribute,
ProductType productType) |
protected String |
DefaultProductAttributeFormatter.convertChannelReference(Reference<Channel> channelReference,
Attribute attribute,
ProductType productType) |
protected abstract T |
ProductAttributeConverterBase.convertChannelReferenceSet(Set<Reference<Channel>> channelReferenceSet,
Attribute attribute,
ProductType productType) |
protected String |
DefaultProductAttributeFormatter.convertChannelReferenceSet(Set<Reference<Channel>> channelReferenceSet,
Attribute attribute,
ProductType productType) |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<T,Channel> |
PriceQueryModel.channel() |
ReferenceOptionalQueryModel<T,Channel> |
PriceCollectionQueryModel.channel() |
Modifier and Type | Method and Description |
---|---|
PriceSelectionBuilder |
PriceSelectionBuilder.priceChannel(Referenceable<Channel> priceChannel) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceChannel(Referenceable<Channel> priceChannel) |
Modifier and Type | Method and Description |
---|---|
List<ResourceIdentifier<Channel>> |
StoreDraft.getDistributionChannels() |
List<Reference<Channel>> |
Store.getDistributionChannels()
Optional connection to particular supplier.
|
List<ResourceIdentifier<Channel>> |
StoreDraftDsl.getDistributionChannels() |
List<ResourceIdentifier<Channel>> |
StoreDraftBuilder.getDistributionChannels() |
List<ResourceIdentifier<Channel>> |
StoreDraft.getSupplyChannels() |
List<Reference<Channel>> |
Store.getSupplyChannels()
Optional connection to particular supplier.
|
List<ResourceIdentifier<Channel>> |
StoreDraftDsl.getSupplyChannels() |
List<ResourceIdentifier<Channel>> |
StoreDraftBuilder.getSupplyChannels() |
Modifier and Type | Method and Description |
---|---|
StoreDraftBuilder |
StoreDraftBuilder.distributionChannels(List<ResourceIdentifier<Channel>> distributionChannels)
Sets the
distributionChannels property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusDistributionChannels(List<ResourceIdentifier<Channel>> distributionChannels)
Concatenate
distributionChannels parameter to the distributionChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusDistributionChannels(ResourceIdentifier<Channel> distributionChannels)
Adds
distributionChannels parameter to the distributionChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusSupplyChannels(List<ResourceIdentifier<Channel>> supplyChannels)
Concatenate
supplyChannels parameter to the supplyChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusSupplyChannels(ResourceIdentifier<Channel> supplyChannels)
Adds
supplyChannels parameter to the supplyChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.supplyChannels(List<ResourceIdentifier<Channel>> supplyChannels)
Sets the
supplyChannels property of this builder. |
StoreDraftDsl |
StoreDraftDsl.withDistributionChannels(List<ResourceIdentifier<Channel>> distributionChannels) |
StoreDraftDsl |
StoreDraftDsl.withSupplyChannels(List<ResourceIdentifier<Channel>> supplyChannels) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
AddDistributionChannel.getDistributionChannel() |
ResourceIdentifier<Channel> |
RemoveDistributionChannel.getDistributionChannel() |
List<ResourceIdentifier<Channel>> |
SetDistributionChannels.getDistributionChannels() |
ResourceIdentifier<Channel> |
AddSupplyChannel.getSupplyChannel() |
ResourceIdentifier<Channel> |
RemoveSupplyChannel.getSupplyChannel() |
List<ResourceIdentifier<Channel>> |
SetSupplyChannels.getSupplyChannels() |
Modifier and Type | Method and Description |
---|---|
static SetDistributionChannels |
SetDistributionChannels.of(List<Referenceable<Channel>> distributionChannels) |
static SetSupplyChannels |
SetSupplyChannels.of(List<Referenceable<Channel>> supplyChannels) |
static AddDistributionChannel |
AddDistributionChannel.of(Referenceable<Channel> distributionChannel) |
static AddSupplyChannel |
AddSupplyChannel.of(Referenceable<Channel> supplyChannel) |
static RemoveSupplyChannel |
RemoveSupplyChannel.of(Referenceable<Channel> supplyChannel) |
static RemoveDistributionChannel |
RemoveDistributionChannel.of(Referenceable<Channel> distributionChannel) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
MissingRoleOnChannelError.getChannel() |
Modifier and Type | Method and Description |
---|---|
static MissingRoleOnChannelError |
MissingRoleOnChannelError.of(String message,
ResourceIdentifier<Channel> channel,
ChannelRole missingRole) |
Modifier and Type | Method and Description |
---|---|
List<Reference<Channel>> |
StoreCreatedMessage.getDistributionChannels() |
List<Reference<Channel>> |
StoreCreatedMessage.getSupplyChannels() |