| Package | Description |
|---|---|
| com.google.gdata.data | |
| com.google.gdata.data.docs | |
| com.google.gdata.data.extensions | |
| com.google.gdata.data.photos | |
| com.google.gdata.data.sidewiki |
| Modifier and Type | Field and Description |
|---|---|
LinkedList<Person> |
Source.SourceState.authors
Authors.
|
LinkedList<Person> |
BaseEntry.EntryState.authors
Authors of entry.
|
LinkedList<Person> |
Source.SourceState.contributors
Contributors.
|
LinkedList<Person> |
BaseEntry.EntryState.contributors
Contributors of entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
Source.getAuthors() |
List<Person> |
BaseEntry.getAuthors() |
List<Person> |
Source.getContributors() |
List<Person> |
BaseEntry.getContributors() |
| Modifier and Type | Method and Description |
|---|---|
Person |
RevisionEntry.getModifyingUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentListEntry.addFolder(Person owner,
String folderName)
Deprecated.
use
BaseEntry.addLink(Link) with link relation PARENT_NAMESPACE
instead. |
void |
RevisionEntry.setModifyingUser(Person modifyingUser)
Revisions have only one author, the user who modified the document to
create that revision.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LastModifiedBy
The user who last modified the object.
|
| Constructor and Description |
|---|
LastModifiedBy(Person person)
Constructor (mutable or immutable).
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommentAuthor
Comment author, contains commentor name and image.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
AtomData.getAuthors()
Gets a modifiable list of authors on this entry or feed.
|
List<Person> |
AtomData.getContributors()
Gets a modifiable list of contributors on this entry or feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SidewikiAuthor
Sidewiki author.
|
Copyright © 2012. All Rights Reserved.