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.setGroupValues(List<CustomAttribute> groupValues)
Subattributes within this attribute group.
|
CustomAttribute |
CustomAttribute.setName(String name)
The name of the attribute.
|
CustomAttribute |
CustomAttribute.setValue(String value)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
List<CustomAttribute> |
LocalInventory.getCustomAttributes()
A list of custom (merchant-provided) attributes.
|
List<CustomAttribute> |
RegionalInventory.getCustomAttributes()
A list of custom (merchant-provided) attributes.
|
List<CustomAttribute> |
Product.getCustomAttributes()
A list of custom (merchant-provided) attributes.
|
List<CustomAttribute> |
CustomAttribute.getGroupValues()
Subattributes within this attribute group.
|
Modifier and Type | Method and Description |
---|---|
LocalInventory |
LocalInventory.setCustomAttributes(List<CustomAttribute> customAttributes)
A list of custom (merchant-provided) attributes.
|
RegionalInventory |
RegionalInventory.setCustomAttributes(List<CustomAttribute> customAttributes)
A list of custom (merchant-provided) attributes.
|
Product |
Product.setCustomAttributes(List<CustomAttribute> customAttributes)
A list of custom (merchant-provided) attributes.
|
CustomAttribute |
CustomAttribute.setGroupValues(List<CustomAttribute> groupValues)
Subattributes within this attribute group.
|
Copyright © 2011–2024 Google. All rights reserved.