| Package | Description |
|---|---|
| com.google.gdata.model.atom | |
| com.google.gdata.model.gd |
| Modifier and Type | Class and Description |
|---|---|
class |
Author
Author element, modifies
Person to add author QName. |
class |
Contributor
Contributor element, modifies
Person to add contributor QName. |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Person> |
Person.KEY
The key for person constructs.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
Source.getAuthors() |
List<Person> |
Entry.getAuthors() |
List<Person> |
Source.getContributors() |
List<Person> |
Entry.getContributors() |
| Modifier and Type | Method and Description |
|---|---|
void |
Source.addAuthor(Person v) |
void |
Entry.addAuthor(Person v) |
void |
Source.addContributor(Person v) |
void |
Entry.addContributor(Person v) |
boolean |
Source.removeAuthor(Person v) |
boolean |
Entry.removeAuthor(Person v) |
boolean |
Source.removeContributor(Person v) |
boolean |
Entry.removeContributor(Person v) |
| Modifier and Type | Method and Description |
|---|---|
void |
Source.addAuthors(List<Person> v) |
void |
Source.addContributors(List<Person> v) |
| Constructor and Description |
|---|
Person(ElementKey<?,? extends Person> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
LastModifiedBy
The user who last modified the object.
|
Copyright © 2012. All Rights Reserved.