Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
CustomAttribute.clone() |
CustomAttribute |
CustomAttribute.set(String fieldName,
Object value) |
CustomAttribute |
CustomAttribute.setName(String name)
The name of the attribute.
|
CustomAttribute |
CustomAttribute.setType(String type)
The type of the attribute.
|
CustomAttribute |
CustomAttribute.setUnit(String unit)
Free-form unit of the attribute.
|
CustomAttribute |
CustomAttribute.setValue(String value)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
List<CustomAttribute> |
CustomGroup.getAttributes()
The sub-attributes.
|
List<CustomAttribute> |
Product.getCustomAttributes()
A list of custom (merchant-provided) attributes.
|
Modifier and Type | Method and Description |
---|---|
CustomGroup |
CustomGroup.setAttributes(List<CustomAttribute> attributes)
The sub-attributes.
|
Product |
Product.setCustomAttributes(List<CustomAttribute> customAttributes)
A list of custom (merchant-provided) attributes.
|
Copyright © 2011–2021 Google. All rights reserved.