| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ProductCustomAttribute |
ProductCustomAttribute.clone() |
ProductCustomAttribute |
ProductCustomAttribute.set(String fieldName,
Object value) |
ProductCustomAttribute |
ProductCustomAttribute.setName(String name)
The name of the attribute.
|
ProductCustomAttribute |
ProductCustomAttribute.setType(String type)
The type of the attribute.
|
ProductCustomAttribute |
ProductCustomAttribute.setUnit(String unit)
Free-form unit of the attribute.
|
ProductCustomAttribute |
ProductCustomAttribute.setValue(String value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductCustomAttribute> |
ProductCustomGroup.getAttributes()
The sub-attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ProductCustomGroup |
ProductCustomGroup.setAttributes(List<ProductCustomAttribute> attributes)
The sub-attributes.
|
Copyright © 2011–2019 Google. All rights reserved.