public interface MissingImages
| Modifier and Type | Method and Description |
|---|---|
static MissingImagesBuilder |
builder() |
static MissingImagesBuilder |
builder(MissingImages template) |
@NotNull Long |
getImageCount()
Number of images the variant contains.
|
@NotNull @Valid ProductReference |
getProduct() |
@NotNull Long |
getVariantId()
ID of the variant
|
static MissingImages |
of() |
static MissingImages |
of(MissingImages template) |
void |
setImageCount(Long imageCount) |
void |
setProduct(ProductReference product) |
void |
setVariantId(Long variantId) |
default <T> T |
withMissingImages(Function<MissingImages,T> helper) |
@NotNull @Valid @NotNull @Valid ProductReference getProduct()
@NotNull @NotNull Long getVariantId()
ID of the variant
@NotNull @NotNull Long getImageCount()
Number of images the variant contains.
void setProduct(ProductReference product)
void setVariantId(Long variantId)
void setImageCount(Long imageCount)
static MissingImages of()
static MissingImages of(MissingImages template)
static MissingImagesBuilder builder()
static MissingImagesBuilder builder(MissingImages template)
default <T> T withMissingImages(Function<MissingImages,T> helper)