| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
GoogleBaseAttributeId |
GoogleBaseAttribute.getAttributeId()
Returns the attribute identity, name and type.
|
GoogleBaseAttributeId |
GmAttributes.GmAttribute.getAttributeId()
Returns the id of this attribute.
|
GoogleBaseAttributeId |
AttributeHistogram.getAttributeId()
Gets the name and type of the attribute this histogram describes.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends GoogleBaseAttributeId> |
ItemTypeDescription.getAttributeIds()
Deprecated.
use
ItemTypeDescription.getAttributes() instead |
List<GoogleBaseAttributeId> |
GmAttributes.getAttributeIds()
Deprecated.
use
GmAttributes.getAttributes() instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
GmAttributes.addAttribute(GoogleBaseAttributeId attributeId,
GmAttributes.GmAttribute.Importance importance)
Adds a new attribute to the list.
|
void |
AttributeHistogram.setAttributeId(GoogleBaseAttributeId attributeId)
Sets attribute name and type.
|
| Constructor and Description |
|---|
AttributeHistogram(GoogleBaseAttributeId attributeId)
Creates and initializes an AttributeHistogram.
|
GmAttributes.GmAttribute(GoogleBaseAttributeId attributeId,
GmAttributes.GmAttribute.Importance importance)
Creates a GmAttribute instance with the specified id and importance.
|
GoogleBaseAttribute(GoogleBaseAttributeId attributeId,
String textValue)
Creates a new Extension attribute with an
GoogleBaseAttributeId and
string content. |
Copyright © 2012. All Rights Reserved.