| Package | Description |
|---|---|
| com.google.gdata.model.atompub |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Workspace> |
Workspace.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Workspace |
ServiceDocument.addWorkspace(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<Workspace> |
ServiceDocument.getWorkspaces()
Returns the workspaces.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDocument |
ServiceDocument.addWorkspace(Workspace workspace)
Adds a new workspace.
|
boolean |
ServiceDocument.removeWorkspace(Workspace workspace)
Removes an existing workspace.
|
| Constructor and Description |
|---|
Workspace(ElementKey<?,? extends Workspace> key)
Lets subclasses create an instance using custom key.
|
Workspace(ElementKey<?,? extends Workspace> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.