Package | Description |
---|---|
io.sphere.sdk.categories.commands.updateactions |
Provides the possible operations which can be performed on update commands for categories.
|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.products.commands.updateactions |
Provides the possible operations which can be performed on update commands for products.
|
Modifier and Type | Method and Description |
---|---|
List<AssetSource> |
SetAssetSources.getSources() |
Modifier and Type | Method and Description |
---|---|
static SetAssetSources |
SetAssetSources.of(String assetId,
List<AssetSource> sources) |
static SetAssetSources |
SetAssetSources.ofKey(String assetKey,
List<AssetSource> sources) |
Modifier and Type | Method and Description |
---|---|
AssetSource |
AssetSourceBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<AssetSource> |
AssetDraft.getSources() |
List<AssetSource> |
Asset.getSources() |
List<AssetSource> |
AssetDraftDsl.getSources() |
Modifier and Type | Method and Description |
---|---|
static AssetDraftDsl |
AssetDraftDsl.of(List<AssetSource> sources,
LocalizedString name)
Creates a new object initialized with the given values.
|
AssetDraftDsl |
AssetDraftDsl.withSources(List<AssetSource> sources) |
Modifier and Type | Method and Description |
---|---|
List<AssetSource> |
SetAssetSources.getSources() |
Modifier and Type | Method and Description |
---|---|
static SetAssetSources |
SetAssetSources.ofSku(String sku,
String assetId,
List<AssetSource> sources) |
static SetAssetSources |
SetAssetSources.ofSku(String sku,
String assetId,
List<AssetSource> sources,
Boolean staged) |
static SetAssetSources |
SetAssetSources.ofSkuAndAssetKey(String sku,
String assetKey,
List<AssetSource> sources) |
static SetAssetSources |
SetAssetSources.ofSkuAndAssetKey(String sku,
String assetKey,
List<AssetSource> sources,
Boolean staged) |
static SetAssetSources |
SetAssetSources.ofVariantId(Integer variantId,
String assetId,
List<AssetSource> sources) |
static SetAssetSources |
SetAssetSources.ofVariantId(Integer variantId,
String assetId,
List<AssetSource> sources,
Boolean staged) |
static SetAssetSources |
SetAssetSources.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
List<AssetSource> sources) |
static SetAssetSources |
SetAssetSources.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
List<AssetSource> sources,
Boolean staged) |