Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
TestOrderLineItemProduct |
TestOrderLineItemProduct.clone() |
TestOrderLineItemProduct |
TestOrderLineItem.getProduct()
Product data from the time of the order placement.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.set(String fieldName,
Object value) |
TestOrderLineItemProduct |
TestOrderLineItemProduct.setBrand(String brand)
Brand of the item.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setCondition(String condition)
Condition or state of the item.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setContentLanguage(String contentLanguage)
The two-letter ISO 639-1 language code for the item.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setGtin(String gtin)
Global Trade Item Number (GTIN) of the item.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setImageLink(String imageLink)
URL of an image of the item.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setItemGroupId(String itemGroupId)
Shared identifier for all variants of the same product.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setMpn(String mpn)
Manufacturer Part Number (MPN) of the item.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setOfferId(String offerId)
An identifier of the item.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setPrice(Price price)
The price for the product.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setTargetCountry(String targetCountry)
The CLDR territory code of the target country of the product.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setTitle(String title)
The title of the product.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setVariantAttributes(List<OrderLineItemProductVariantAttribute> variantAttributes)
Variant attributes for the item.
|
Modifier and Type | Method and Description |
---|---|
TestOrderLineItem |
TestOrderLineItem.setProduct(TestOrderLineItemProduct product)
Product data from the time of the order placement.
|
Copyright © 2011–2019 Google. All rights reserved.