| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
NumberUnit<Float> |
GoogleBaseAttributesExtension.getDeliveryRadius()
Gets delivery radius.
|
NumberUnit<Float> |
GoogleBaseAttributesExtension.getFloatUnitAttribute(String name)
Gets the first value of a specific attribute, as an float,
followed by a unit name.
|
NumberUnit<Integer> |
GoogleBaseAttributesExtension.getIntUnitAttribute(String name)
Gets the first value of a specific attribute, as an integer,
followed by a unit name.
|
NumberUnit<? extends Number> |
GoogleBaseAttributesExtension.getNumberUnitAttribute(String name)
Gets the first value of a specific attribute, as a Number,
followed by a unit name.
|
NumberUnit<Float> |
GoogleBaseAttributesExtension.getPrice()
Gets the price of the item.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addFloatUnitAttribute(String name,
NumberUnit<Float> value)
Adds an attribute of type
GoogleBaseAttributeType.FLOAT_UNIT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addIntUnitAttribute(String name,
NumberUnit<Integer> value)
Adds an attribute of type
GoogleBaseAttributeType.INT_UNIT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addNumberUnitAttribute(String name,
NumberUnit<Number> value)
Adds an attribute of type
GoogleBaseAttributeType.NUMBER_UNIT. |
void |
GoogleBaseAttributesExtension.setDeliveryRadius(NumberUnit<Float> value)
Sets delivery radius.
|
void |
GoogleBaseAttributesExtension.setPrice(NumberUnit<Float> value)
Sets the price of the item.
|
Copyright © 2012. All Rights Reserved.