|  |  | 
atom.AtomBase(atom.ExtensionContainer)
EmailList
Login
Name
Nickname
Property
Quota
Who
gdata.GDataEntry(atom.Entry, gdata.LinkFinder)
EmailListEntry
EmailListRecipientEntry
NicknameEntry
PropertyEntry
UserEntry
gdata.GDataFeed(atom.Feed, gdata.LinkFinder)
EmailListFeed(gdata.GDataFeed, gdata.LinkFinder)
EmailListRecipientFeed(gdata.GDataFeed, gdata.LinkFinder)
NicknameFeed(gdata.GDataFeed, gdata.LinkFinder)
PropertyFeed(gdata.GDataFeed, gdata.LinkFinder)
UserFeed(gdata.GDataFeed, gdata.LinkFinder)
gdata.LinkFinder(atom.LinkFinder)
EmailListFeed(gdata.GDataFeed, gdata.LinkFinder)
EmailListRecipientFeed(gdata.GDataFeed, gdata.LinkFinder)
NicknameFeed(gdata.GDataFeed, gdata.LinkFinder)
PropertyFeed(gdata.GDataFeed, gdata.LinkFinder)
UserFeed(gdata.GDataFeed, gdata.LinkFinder)
 
 
| class EmailList(atom.AtomBase)
 |  |  | The Google Apps EmailList element 
 |  |  | Method resolution order:EmailListatom.AtomBaseatom.ExtensionContainer__builtin__.object
 Methods defined here:
 
 __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |  
 
| class EmailListEntry(gdata.GDataEntry)
 |  |  | A Google Apps EmailList flavor of an Atom Entry 
 |  |  | Method resolution order:EmailListEntrygdata.GDataEntryatom.Entryatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, content=None, atom_id=None, link=None, published=None, title=None, updated=None, email_list=None, feed_link=None, extended_property=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from gdata.GDataEntry:
 
 GetMediaURL(self)Returns the URL to the media content, if the entry is a media entry.Otherwise returns None.
 IsMedia(self)Determines whether or not an entry is a GData Media entry.
 Data descriptors inherited from gdata.GDataEntry:
 
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class EmailListFeed(gdata.GDataFeed, gdata.LinkFinder)
 |  |  | A Google Apps EmailList feed flavor of an Atom Feed 
 |  |  | Method resolution order:EmailListFeedgdata.GDataFeedatom.Feedatom.Sourceatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
 Data descriptors inherited from gdata.GDataFeed:
 
 generator
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class EmailListRecipientEntry(gdata.GDataEntry)
 |  |  | A Google Apps EmailListRecipient flavor of an Atom Entry 
 |  |  | Method resolution order:EmailListRecipientEntrygdata.GDataEntryatom.Entryatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, content=None, atom_id=None, link=None, published=None, title=None, updated=None, who=None, extended_property=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from gdata.GDataEntry:
 
 GetMediaURL(self)Returns the URL to the media content, if the entry is a media entry.Otherwise returns None.
 IsMedia(self)Determines whether or not an entry is a GData Media entry.
 Data descriptors inherited from gdata.GDataEntry:
 
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class EmailListRecipientFeed(gdata.GDataFeed, gdata.LinkFinder)
 |  |  | A Google Apps EmailListRecipient feed flavor of an Atom Feed 
 |  |  | Method resolution order:EmailListRecipientFeedgdata.GDataFeedatom.Feedatom.Sourceatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
 Data descriptors inherited from gdata.GDataFeed:
 
 generator
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class Login(atom.AtomBase)
 |  |  | The Google Apps Login element 
 |  |  | Method resolution order:Loginatom.AtomBaseatom.ExtensionContainer__builtin__.object
 Methods defined here:
 
 __init__(self, user_name=None, password=None, suspended=None, ip_whitelisted=None, hash_function_name=None, admin=None, change_password=None, agreed_to_terms=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |  
 
| class Name(atom.AtomBase)
 |  |  | The Google Apps Name element 
 |  |  | Method resolution order:Nameatom.AtomBaseatom.ExtensionContainer__builtin__.object
 Methods defined here:
 
 __init__(self, family_name=None, given_name=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |  
 
| class Nickname(atom.AtomBase)
 |  |  | The Google Apps Nickname element 
 |  |  | Method resolution order:Nicknameatom.AtomBaseatom.ExtensionContainer__builtin__.object
 Methods defined here:
 
 __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |  
 
| class NicknameEntry(gdata.GDataEntry)
 |  |  | A Google Apps flavor of an Atom Entry for Nickname 
 |  |  | Method resolution order:NicknameEntrygdata.GDataEntryatom.Entryatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, content=None, atom_id=None, link=None, published=None, title=None, updated=None, login=None, nickname=None, extended_property=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from gdata.GDataEntry:
 
 GetMediaURL(self)Returns the URL to the media content, if the entry is a media entry.Otherwise returns None.
 IsMedia(self)Determines whether or not an entry is a GData Media entry.
 Data descriptors inherited from gdata.GDataEntry:
 
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class NicknameFeed(gdata.GDataFeed, gdata.LinkFinder)
 |  |  | A Google Apps Nickname feed flavor of an Atom Feed 
 |  |  | Method resolution order:NicknameFeedgdata.GDataFeedatom.Feedatom.Sourceatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
 Data descriptors inherited from gdata.GDataFeed:
 
 generator
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class Property(atom.AtomBase)
 |  |  | The Google Apps Property element 
 |  |  | Method resolution order:Propertyatom.AtomBaseatom.ExtensionContainer__builtin__.object
 Methods defined here:
 
 __init__(self, name=None, value=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |  
 
| class PropertyEntry(gdata.GDataEntry)
 |  |  | A Google Apps Property flavor of an Atom Entry 
 |  |  | Method resolution order:PropertyEntrygdata.GDataEntryatom.Entryatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, content=None, atom_id=None, link=None, published=None, title=None, updated=None, property=None, extended_property=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from gdata.GDataEntry:
 
 GetMediaURL(self)Returns the URL to the media content, if the entry is a media entry.Otherwise returns None.
 IsMedia(self)Determines whether or not an entry is a GData Media entry.
 Data descriptors inherited from gdata.GDataEntry:
 
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class PropertyFeed(gdata.GDataFeed, gdata.LinkFinder)
 |  |  | A Google Apps Property feed flavor of an Atom Feed 
 |  |  | Method resolution order:PropertyFeedgdata.GDataFeedatom.Feedatom.Sourceatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
 Data descriptors inherited from gdata.GDataFeed:
 
 generator
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class Quota(atom.AtomBase)
 |  |  | The Google Apps Quota element 
 |  |  | Method resolution order:Quotaatom.AtomBaseatom.ExtensionContainer__builtin__.object
 Methods defined here:
 
 __init__(self, limit=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |  
 
| class UserEntry(gdata.GDataEntry)
 |  |  | A Google Apps flavor of an Atom Entry 
 |  |  | Method resolution order:UserEntrygdata.GDataEntryatom.Entryatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, content=None, atom_id=None, link=None, published=None, title=None, updated=None, login=None, name=None, quota=None, who=None, feed_link=None, extended_property=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from gdata.GDataEntry:
 
 GetMediaURL(self)Returns the URL to the media content, if the entry is a media entry.Otherwise returns None.
 IsMedia(self)Determines whether or not an entry is a GData Media entry.
 Data descriptors inherited from gdata.GDataEntry:
 
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class UserFeed(gdata.GDataFeed, gdata.LinkFinder)
 |  |  | A Google Apps User feed flavor of an Atom Feed 
 |  |  | Method resolution order:UserFeedgdata.GDataFeedatom.Feedatom.Sourceatom.FeedEntryParentatom.AtomBaseatom.ExtensionContainergdata.LinkFinderatom.LinkFinder__builtin__.object
 Methods defined here:
 
 __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
 Data descriptors inherited from gdata.GDataFeed:
 
 generator
 id
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from gdata.LinkFinder:
 
 GetAclLink(self)
 GetEditLink(self)
 GetEditMediaLink(self)The Picasa API mistakenly returns media-edit rather than edit-media, butthis may change soon.
 GetFeedLink(self)
 GetHtmlLink(self)Find the first link with rel of alternate and type of text/html
 Returns:
 An atom.Link or None if no links matched
 GetNextLink(self)
 GetPostLink(self)Get a link containing the POST target URL.
 The POST target URL is used to insert new entries.
 
 Returns:
 A link object with a rel matching the POST type.
 GetPrevLink(self)
 GetSelfLink(self)Find the first link with rel set to 'self'
 Returns:
 An atom.Link or none if none of the links had rel equal to 'self'
 Methods inherited from atom.LinkFinder:
 
 GetAlternateLink(self)
 GetLicenseLink(self)
 |  
 
| class Who(atom.AtomBase)
 |  |  | The Google Apps Who element 
 |  |  | Method resolution order:Whoatom.AtomBaseatom.ExtensionContainer__builtin__.object
 Methods defined here:
 
 __init__(self, rel=None, email=None, extension_elements=None, extension_attributes=None, text=None)
 Methods inherited from atom.AtomBase:
 
 ToString(self, string_encoding='UTF-8')Converts the Atom object to a string containing XML.
 __str__(self)
 Methods inherited from atom.ExtensionContainer:
 
 FindExtensions(self, tag=None, namespace=None)Searches extension elements for child nodes with the desired name.
 Returns a list of extension elements within this object whose tag
 and/or namespace match those passed in. To find all extensions in
 a particular namespace, specify the namespace but not the tag name.
 If you specify only the tag, the result list may contain extension
 elements in multiple namespaces.
 
 Args:
 tag: str (optional) The desired tag
 namespace: str (optional) The desired namespace
 
 Returns:
 A list of elements whose tag and/or namespace match the parameters
 values
 Data descriptors inherited from atom.ExtensionContainer:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |  |