| Package | Description |
|---|---|
| com.google.gdata.model.atompub |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Categories> |
Categories.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Categories |
Categories.addCategory(Category category)
Adds a new category.
|
Categories |
Categories.lock() |
Categories |
Categories.setFixed(Categories.Fixed fixed)
Sets the indicates whether the list of categories is a fixed or an open
set.
|
Categories |
Categories.setHref(String href)
Sets the an IRI reference to a Category Document.
|
Categories |
Categories.setScheme(String scheme)
Sets the default scheme of the contained category elements.
|
| Modifier and Type | Method and Description |
|---|---|
List<Categories> |
Collection.getCategorieses()
Returns the app categories documents.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
Collection.addCategories(Categories categories)
Adds a new app categories document.
|
| Constructor and Description |
|---|
Categories(ElementKey<?,? extends Categories> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Categories(ElementKey<?,? extends Categories> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.