Package | Description |
---|---|
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.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
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<AssetDraft> |
CategoryDraft.getAssets() |
List<AssetDraft> |
CategoryDraftDsl.getAssets() |
Modifier and Type | Method and Description |
---|---|
CategoryDraftDsl |
CategoryDraftDsl.withAssets(List<AssetDraft> assets) |
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 |
---|---|
AssetDraft |
AddAsset.getAsset() |
Modifier and Type | Method and Description |
---|---|
static AddAsset |
AddAsset.of(AssetDraft asset)
Creates a new object initialized with the given values.
|
static AddAsset |
AddAsset.of(AssetDraft asset,
Integer position)
Creates a new object initialized with the given values.
|
Modifier and Type | Class and Description |
---|---|
class |
AssetDraftDsl
Dsl class for
AssetDraft . |
Modifier and Type | Method and Description |
---|---|
static AssetDraftDsl |
AssetDraftDsl.of(AssetDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
List<AssetDraft> |
ProductVariantDraft.getAssets() |
List<AssetDraft> |
ProductVariantDraftDsl.getAssets() |
Modifier and Type | Method and Description |
---|---|
ProductVariantDraftDsl |
ProductVariantDraftDsl.withAssets(List<AssetDraft> assets) |
Modifier and Type | Method and Description |
---|---|
AssetDraft |
AddAsset.getAsset() |
Modifier and Type | Method and Description |
---|---|
List<AssetDraft> |
AddVariant.getAssetsDrafts() |
Modifier and Type | Method and Description |
---|---|
static AddAsset |
AddAsset.ofSku(String sku,
AssetDraft asset) |
static AddAsset |
AddAsset.ofVariantId(Integer variantId,
AssetDraft asset) |
Modifier and Type | Method and Description |
---|---|
AddVariant |
AddVariant.withAssetDrafts(List<AssetDraft> assets) |