| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ProductShippingDimension |
ProductShippingDimension.clone() |
ProductShippingDimension |
Product.getShippingHeight()
Height of the item for shipping.
|
ProductShippingDimension |
Product.getShippingLength()
Length of the item for shipping.
|
ProductShippingDimension |
Product.getShippingWidth()
Width of the item for shipping.
|
ProductShippingDimension |
ProductShippingDimension.set(String fieldName,
Object value) |
ProductShippingDimension |
ProductShippingDimension.setUnit(String unit)
The unit of value.
|
ProductShippingDimension |
ProductShippingDimension.setValue(Double value)
The dimension of the product used to calculate the shipping cost of the item.
|
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.setShippingHeight(ProductShippingDimension shippingHeight)
Height of the item for shipping.
|
Product |
Product.setShippingLength(ProductShippingDimension shippingLength)
Length of the item for shipping.
|
Product |
Product.setShippingWidth(ProductShippingDimension shippingWidth)
Width of the item for shipping.
|
Copyright © 2011–2023 Google. All rights reserved.