| Package | Description |
|---|---|
| com.google.api.services.manufacturers.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.clone() |
Image |
FeatureDescription.getImage()
An optional image describing the feature.
|
Image |
Attributes.getImageLink()
The image of the product.
|
Image |
Image.set(java.lang.String fieldName,
java.lang.Object value) |
Image |
Image.setImageUrl(java.lang.String imageUrl)
The URL of the image.
|
Image |
Image.setStatus(java.lang.String status)
The status of the image.
|
Image |
Image.setType(java.lang.String type)
The type of the image, i.e., crawled or uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Image> |
Attributes.getAdditionalImageLink()
The additional images of the product.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureDescription |
FeatureDescription.setImage(Image image)
An optional image describing the feature.
|
Attributes |
Attributes.setImageLink(Image imageLink)
The image of the product.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Attributes.setAdditionalImageLink(java.util.List<Image> additionalImageLink)
The additional images of the product.
|