| Package | Description |
|---|---|
| com.google.gdata.model.atompub |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Collection> |
Collection.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
Collection.addAccept(Accept accept)
Adds a new accept element.
|
Collection |
Collection.addAccept(String accept)
Adds a new accept string.
|
Collection |
Collection.addCategories(Categories categories)
Adds a new app categories document.
|
Collection |
Workspace.addCollection(String collectionUri,
String title,
String... acceptedTypes)
Add a new collection with the given title and accept types.
|
Collection |
Collection.setTitle(TextContent title)
Sets the title.
|
| Modifier and Type | Method and Description |
|---|---|
List<Collection> |
Workspace.getCollections()
Returns the collections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.addCollection(Collection collection)
Adds a new collection.
|
boolean |
Workspace.removeCollection(Collection collection)
Removes an existing collection.
|
| Constructor and Description |
|---|
Collection(ElementKey<?,? extends Collection> key)
Lets subclasses create an instance using a custom key.
|
Collection(ElementKey<?,? extends Collection> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.