protected static class

Source.SourceState

extends Object
java.lang.Object
   ↳ com.google.gdata.data.Source.SourceState

Class Overview

The SourceState class provides a simple structure that encapsulates the attributes of an Atom source that should be shared with a shallow copy if the entry is adapted to a more specific Source Kind.Adaptor subtypes.

See Also

Summary

Fields
public LinkedList<Person> authors Authors.
public HashSet<Category> categories Categories.
public LinkedList<Person> contributors Contributors.
public Generator generator Generator.
public String icon Icon URI.
public String id Feed ID.
public LinkedList<Link> links Links.
public String logo Logo image URI.
public TextConstruct rights Rights.
public TextConstruct subtitle Subtitle.
public TextConstruct title Title.
public DateTime updated Last updated timestamp.
Protected Constructors
Source.SourceState()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public LinkedList<Person> authors

Authors.

public HashSet<Category> categories

Categories.

public LinkedList<Person> contributors

Contributors.

public Generator generator

Generator.

public String icon

Icon URI.

public String id

Feed ID.

public LinkedList<Link> links

Links.

public String logo

Logo image URI.

public TextConstruct rights

Rights.

public TextConstruct subtitle

Subtitle.

public TextConstruct title

Title.

public DateTime updated

Last updated timestamp.

Protected Constructors

protected Source.SourceState ()