Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ProductDimension |
ProductDimension.clone() |
ProductDimension |
Product.getProductHeight()
The height of the product in the units provided.
|
ProductDimension |
Product.getProductLength()
The length of the product in the units provided.
|
ProductDimension |
Product.getProductWidth()
The width of the product in the units provided.
|
ProductDimension |
ProductDimension.set(String fieldName,
Object value) |
ProductDimension |
ProductDimension.setUnit(String unit)
Required.
|
ProductDimension |
ProductDimension.setValue(Double value)
Required.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.setProductHeight(ProductDimension productHeight)
The height of the product in the units provided.
|
Product |
Product.setProductLength(ProductDimension productLength)
The length of the product in the units provided.
|
Product |
Product.setProductWidth(ProductDimension productWidth)
The width of the product in the units provided.
|
Copyright © 2011–2024 Google. All rights reserved.