| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
Shipping |
GoogleBaseAttributesExtension.getShippingAttribute(String name)
Gets the first value of a specific attribute, as a
Shipping. |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Shipping> |
GoogleBaseAttributesExtension.getShipping()
Gets shipping attributes.
|
List<? extends Shipping> |
GoogleBaseAttributesExtension.getShippingAttributes(String name)
Gets all the values of a specific attribute, as a list of
Shippings. |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleBaseAttributesExtension.addShipping(Shipping shipping)
Adds shipping attribute.
|
void |
GoogleBaseAttributesExtension.addShippingAttribute(String name,
Shipping shipping)
Adds an attribute of type
GoogleBaseAttributeType.SHIPPING. |
Copyright © 2012. All Rights Reserved.