| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addAttribute(GoogleBaseAttribute attribute)
Adds an attribute to the list.
|
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addBooleanAttribute(String name,
boolean value)
Adds an attribute of type
GoogleBaseAttributeType.BOOLEAN. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addDateAttribute(String name,
DateTime date)
Adds an attribute of type
GoogleBaseAttributeType.DATE. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addDateTimeAttribute(String name,
DateTime dateTime)
Adds an attribute of type
GoogleBaseAttributeType.DATE_TIME. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addDateTimeRangeAttribute(String name,
DateTimeRange dateTimeRange)
Adds an attribute of type
GoogleBaseAttributeType.DATE_TIME_RANGE. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addFloatAttribute(String name,
float value)
Adds an attribute of type
GoogleBaseAttributeType.FLOAT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addFloatUnitAttribute(String name,
float value,
String unit)
Adds an attribute of type
GoogleBaseAttributeType.FLOAT_UNIT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addFloatUnitAttribute(String name,
NumberUnit<Float> value)
Adds an attribute of type
GoogleBaseAttributeType.FLOAT_UNIT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addIntAttribute(String name,
int value)
Adds an attribute of type
GoogleBaseAttributeType.INT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addIntUnitAttribute(String name,
int value,
String unit)
Adds an attribute of type
GoogleBaseAttributeType.INT_UNIT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addIntUnitAttribute(String name,
NumberUnit<Integer> value)
Adds an attribute of type
GoogleBaseAttributeType.INT_UNIT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addLocationAttribute(String name,
Location location)
Adds an attribute of type
GoogleBaseAttributeType.LOCATION. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addLocationAttribute(String name,
String location)
Adds an attribute of type
GoogleBaseAttributeType.LOCATION. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addNumberAttribute(String name,
Number value)
Adds an attribute of type
GoogleBaseAttributeType.NUMBER. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addNumberUnitAttribute(String name,
Number value,
String unit)
Adds an attribute of type
GoogleBaseAttributeType.NUMBER_UNIT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addNumberUnitAttribute(String name,
NumberUnit<Number> value)
Adds an attribute of type
GoogleBaseAttributeType.NUMBER_UNIT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addReferenceAttribute(String name,
String value)
Adds an attribute of type
GoogleBaseAttributeType.REFERENCE. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addTextAttribute(String name,
String value)
Adds an attribute of type
GoogleBaseAttributeType.TEXT. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addUrlAttribute(String name,
String value)
Adds an attribute of type
GoogleBaseAttributeType.URL. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.getAttribute(String name)
Gets the first attribute with a certain name.
|
GoogleBaseAttribute |
GoogleBaseAttributesExtension.getAttribute(String name,
GoogleBaseAttributeType type)
Gets the first attribute with a certain name and type.
|
GoogleBaseAttribute |
Group.getSubAttribute(String name)
Gets one sub-attribute with the name name, if there are any.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,GoogleBaseAttribute> |
Group.getAllSubAttributes()
Gets all sub-attributes of the group.
|
List<? extends GoogleBaseAttribute> |
GoogleBaseAttributesExtension.getAttributes()
Gets a list of all the attributes available in the extension
namespace at the current
ExtensionPoint. |
List<? extends GoogleBaseAttribute> |
GoogleBaseAttributesExtension.getAttributes(String name)
Gets all the attributes with a certain name and type.
|
List<? extends GoogleBaseAttribute> |
GoogleBaseAttributesExtension.getAttributes(String name,
GoogleBaseAttributeType type)
Gets all the attributes with a certain name and type.
|
List<GoogleBaseAttribute> |
GoogleBaseAttribute.getSubAttributes()
Gets all sub-attributes.
|
Collection<? extends GoogleBaseAttribute> |
Group.getSubAttributes(String name)
Gets all sub-attributes corresponding to the name.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addAttribute(GoogleBaseAttribute attribute)
Adds an attribute to the list.
|
void |
GoogleBaseAttribute.addSubAttribute(GoogleBaseAttribute value)
Appends the value to the subAttribute list.
|
void |
GoogleBaseAttributesExtension.removeAttribute(GoogleBaseAttribute value)
Removes an attribute from the list.
|
| Constructor and Description |
|---|
Group(Collection<GoogleBaseAttribute> subAttributes) |
Copyright © 2012. All Rights Reserved.