| Package | Description |
|---|---|
| com.google.gdata.model.atom | |
| com.google.gdata.model.atompub | |
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Category> |
Category.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Category |
Category.lock() |
| Modifier and Type | Method and Description |
|---|---|
Set<Category> |
Source.getCategories() |
Set<Category> |
Entry.getCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
Source.addCategory(Category v) |
void |
Entry.addCategory(Category v) |
| Constructor and Description |
|---|
Category(ElementKey<?,? extends Category> key)
Constructs a new category instance using the specified element key.
|
Category(ElementKey<?,? extends Category> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
Categories.getCategories()
Returns the categories.
|
| Modifier and Type | Method and Description |
|---|---|
Categories |
Categories.addCategory(Category category)
Adds a new category.
|
boolean |
Categories.removeCategory(Category category)
Removes an existing category.
|
| Modifier and Type | Field and Description |
|---|---|
static Category |
MessageFeed.CATEGORY
Message kind category.
|
static Category |
MessageEntry.CATEGORY
Message kind category.
|
static Category |
EventFeed.CATEGORY
Event kind category.
|
static Category |
EventEntry.CATEGORY
Event kind category.
|
Copyright © 2012. All Rights Reserved.