Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
CollectionFeaturedProduct |
CollectionFeaturedProduct.clone() |
CollectionFeaturedProduct |
CollectionFeaturedProduct.set(String fieldName,
Object value) |
CollectionFeaturedProduct |
CollectionFeaturedProduct.setOfferId(String offerId)
The unique identifier for the product item.
|
CollectionFeaturedProduct |
CollectionFeaturedProduct.setX(Float x)
Required.
|
CollectionFeaturedProduct |
CollectionFeaturedProduct.setY(Float y)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<CollectionFeaturedProduct> |
Collection.getFeaturedProduct()
This identifies one or more products associated with the collection.
|
Modifier and Type | Method and Description |
---|---|
Collection |
Collection.setFeaturedProduct(List<CollectionFeaturedProduct> featuredProduct)
This identifies one or more products associated with the collection.
|
Copyright © 2011–2024 Google. All rights reserved.