Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
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.
|
io.sphere.sdk.products.messages |
Provides model classes and builders for products.
|
Modifier and Type | Method and Description |
---|---|
List<Image> |
ProductVariantImportDraft.getImages() |
Modifier and Type | Method and Description |
---|---|
ProductVariantImportDraftBuilder |
ProductVariantImportDraftBuilder.images(List<Image> images) |
Modifier and Type | Method and Description |
---|---|
static Image |
Image.of(String url,
ImageDimensions dimensions) |
static Image |
Image.of(String url,
ImageDimensions dimensions,
String label) |
static Image |
Image.ofWidthAndHeight(String url,
Integer width,
Integer height) |
static Image |
Image.ofWidthAndHeight(String url,
Integer width,
Integer height,
String label) |
Modifier and Type | Method and Description |
---|---|
List<Image> |
ProductVariantDraft.getImages() |
List<Image> |
ProductVariant.getImages()
Product images
|
List<Image> |
ProductVariantDraftDsl.getImages() |
static com.fasterxml.jackson.core.type.TypeReference<Image> |
Image.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
ProductVariantDraftBuilder |
ProductVariantDraftBuilder.images(Image image) |
Modifier and Type | Method and Description |
---|---|
ProductVariantDraftDsl |
ProductVariantDraftDsl.withImages(List<Image> images) |
Modifier and Type | Method and Description |
---|---|
Image |
AddExternalImage.getImage() |
Modifier and Type | Method and Description |
---|---|
List<Image> |
AddVariant.getImages() |
Modifier and Type | Method and Description |
---|---|
static AddExternalImage |
AddExternalImage.of(Image image,
Integer variantId) |
static RemoveImage |
RemoveImage.of(Image image,
Integer variantId) |
static AddExternalImage |
AddExternalImage.ofSku(String sku,
Image image) |
static RemoveImage |
RemoveImage.ofSku(String sku,
Image image) |
static AddExternalImage |
AddExternalImage.ofSku(String sku,
Image image,
Boolean staged) |
static RemoveImage |
RemoveImage.ofSku(String sku,
Image image,
Boolean staged) |
static AddExternalImage |
AddExternalImage.ofVariantId(Integer variantId,
Image image) |
static RemoveImage |
RemoveImage.ofVariantId(Integer variantId,
Image image) |
static AddExternalImage |
AddExternalImage.ofVariantId(Integer variantId,
Image image,
Boolean staged) |
static RemoveImage |
RemoveImage.ofVariantId(Integer variantId,
Image image,
Boolean staged) |
Modifier and Type | Method and Description |
---|---|
AddVariant |
AddVariant.withImages(List<Image> images) |
Modifier and Type | Method and Description |
---|---|
Image |
ProductImageAddedMessage.getImage()
The image that was added.
|