public class

ItemTypeDescription

extends Object
java.lang.Object
   ↳ com.google.api.gbase.client.ItemTypeDescription

Class Overview

A description of an item type done by the gm: tags in a google base entry. Make sure the current feed is an item type feed and then get the ItemTypeDescription for the entry using: getGoogleBaseMetadata().getItemTypeDescription()

Summary

Fields
private final BaseEntry owner
Public Methods
List<? extends GoogleBaseAttributeId> getAttributeIds()
This method is deprecated. use getAttributes() instead
Collection<GmAttributes.GmAttribute> getAttributes()
Get the list of attribute ids with extra information as defined for this item type.
String getName()
Gets the item type name.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private final BaseEntry owner

Public Methods

public List<? extends GoogleBaseAttributeId> getAttributeIds ()

This method is deprecated.
use getAttributes() instead

Get the list of attribute ids defined for this item type.

Returns
  • unmodifiable list of attribute ids

public Collection<GmAttributes.GmAttribute> getAttributes ()

Get the list of attribute ids with extra information as defined for this item type.

Returns
  • unmodifiable list of GmAttribute objects

public String getName ()

Gets the item type name.