Repository URL to install this package:
|
Version:
2.1.0.jo1 ▾
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module gdata.apps.multidomain.data</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="gdata.html"><font color="#ffffff">gdata</font></a>.<a href="gdata.apps.html"><font color="#ffffff">apps</font></a>.<a href="gdata.apps.multidomain.html"><font color="#ffffff">multidomain</font></a>.data</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/google/home/afshar/src/external-gdata-release/google3/src/gdata/apps/multidomain/data.py">/usr/local/google/home/afshar/src/external-gdata-release/google3/src/gdata/apps/multidomain/data.py</a></font></td></tr></table>
<p><tt>Data model classes for the Multidomain Provisioning API.</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="gdata.html">gdata</a><br>
</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a>(<a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="gdata.apps.multidomain.data.html#AliasEntry">AliasEntry</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.apps.multidomain.data.html#UserEntry">UserEntry</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.apps.multidomain.data.html#UserRenameRequest">UserRenameRequest</a>
</font></dt></dl>
</dd>
<dt><font face="helvetica, arial"><a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>(<a href="atom.data.html#Feed">atom.data.Feed</a>, <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="gdata.apps.multidomain.data.html#AliasFeed">AliasFeed</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.apps.multidomain.data.html#UserFeed">UserFeed</a>
</font></dt></dl>
</dd>
</dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="AliasEntry">class <strong>AliasEntry</strong></a>(<a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Represents an Alias in object form.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.apps.multidomain.data.html#AliasEntry">AliasEntry</a></dd>
<dd><a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a></dd>
<dd><a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a></dd>
<dd><a href="atom.data.html#Entry">atom.data.Entry</a></dd>
<dd><a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a></dd>
<dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd>
<dd><a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a></dd>
<dd><a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="AliasEntry-GetAliasEmail"><strong>GetAliasEmail</strong></a>(self)</dt><dd><tt>Get the alias email address of the Alias object.<br>
<br>
Returns:<br>
The alias email address of this Alias object as a string or None.</tt></dd></dl>
<dl><dt><a name="AliasEntry-GetUserEmail"><strong>GetUserEmail</strong></a>(self)</dt><dd><tt>Get the user email address of the Alias object.<br>
<br>
Returns:<br>
The user email address of this Alias object as a string or None.</tt></dd></dl>
<dl><dt><a name="AliasEntry-SetAliasEmail"><strong>SetAliasEmail</strong></a>(self, value)</dt><dd><tt>Set the alias email address of this Alias object.<br>
<br>
Args:<br>
value: string The new alias email address to give this object.</tt></dd></dl>
<dl><dt><a name="AliasEntry-SetUserEmail"><strong>SetUserEmail</strong></a>(self, value)</dt><dd><tt>Set the user email address of this Alias object.<br>
<br>
Args:<br>
value: string The new user email address to give this object.</tt></dd></dl>
<dl><dt><a name="AliasEntry-__init__"><strong>__init__</strong></a>(self, user_email<font color="#909090">=None</font>, alias_email<font color="#909090">=None</font>, *args, **kwargs)</dt><dd><tt>Constructs a new <a href="#AliasEntry">AliasEntry</a> object with the given arguments.<br>
<br>
Args:<br>
user_email: string (optional) The user email address for the object.<br>
alias_email: string (optional) The alias email address for the object.<br>
args: The other parameters to pass to gdata.entry.GDEntry constructor.<br>
kwargs: The other parameters to pass to gdata.entry.GDEntry constructor.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>alias_email</strong></dt>
<dd><tt>Get the alias email address of the Alias object.<br>
<br>
Returns:<br>
The alias email address of this Alias object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>user_email</strong></dt>
<dd><tt>Get the user email address of the Alias object.<br>
<br>
Returns:<br>
The user email address of this Alias object as a string or None.</tt></dd>
</dl>
<hr>
Data and other attributes inherited from <a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a>:<br>
<dl><dt><strong>property</strong> = [<class 'gdata.apps_property.AppsProperty'>]</dl>
<hr>
Methods inherited from <a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>:<br>
<dl><dt><a name="AliasEntry-FindMediaLink"><strong>FindMediaLink</strong></a> = find_media_link(self)</dt><dd><tt>Returns the URL to the media content, if the entry is a media entry.<br>
Otherwise returns None.</tt></dd></dl>
<dl><dt><a name="AliasEntry-GetId"><strong>GetId</strong></a> = get_id(self)</dt></dl>
<dl><dt><a name="AliasEntry-IsMedia"><strong>IsMedia</strong></a> = is_media(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_media_link"><strong>find_media_link</strong></a>(self)</dt><dd><tt>Returns the URL to the media content, if the entry is a media entry.<br>
Otherwise returns None.</tt></dd></dl>
<dl><dt><a name="AliasEntry-get_id"><strong>get_id</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-is_media"><strong>is_media</strong></a>(self)</dt></dl>
<hr>
Data and other attributes inherited from <a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>:<br>
<dl><dt><strong>etag</strong> = '{http://schemas.google.com/g/2005}etag'</dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#Entry">atom.data.Entry</a>:<br>
<dl><dt><strong>content</strong> = <class 'atom.data.Content'><dd><tt>The atom:content element.</tt></dl>
<dl><dt><strong>control</strong> = <class 'atom.data.Control'><dd><tt>The app:control element indicating restrictions on publication.<br>
<br>
The APP control element may contain a draft element indicating whether or<br>
not this entry should be publicly available.</tt></dl>
<dl><dt><strong>published</strong> = <class 'atom.data.Published'><dd><tt>The atom:published element.</tt></dl>
<dl><dt><strong>source</strong> = <class 'atom.data.Source'><dd><tt>The atom:source element.</tt></dl>
<dl><dt><strong>summary</strong> = <class 'atom.data.Summary'><dd><tt>The atom:summary element.</tt></dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br>
<dl><dt><strong>author</strong> = [<class 'atom.data.Author'>]</dl>
<dl><dt><strong>category</strong> = [<class 'atom.data.Category'>]</dl>
<dl><dt><strong>contributor</strong> = [<class 'atom.data.Contributor'>]</dl>
<dl><dt><strong>id</strong> = <class 'atom.data.Id'><dd><tt>The atom:id element.</tt></dl>
<dl><dt><strong>link</strong> = [<class 'atom.data.Link'>]</dl>
<dl><dt><strong>rights</strong> = <class 'atom.data.Rights'><dd><tt>The atom:rights element.</tt></dl>
<dl><dt><strong>title</strong> = <class 'atom.data.Title'><dd><tt>The atom:title element.</tt></dl>
<dl><dt><strong>updated</strong> = <class 'atom.data.Updated'><dd><tt>The atom:updated element.</tt></dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="AliasEntry-FindChildren"><strong>FindChildren</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="AliasEntry-FindExtensions"><strong>FindExtensions</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="AliasEntry-GetAttributes"><strong>GetAttributes</strong></a> = get_attributes(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="AliasEntry-GetElements"><strong>GetElements</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="AliasEntry-ToString"><strong>ToString</strong></a> = to_string(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<dl><dt><a name="AliasEntry-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_attributes"><strong>get_attributes</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="AliasEntry-get_elements"><strong>get_elements</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="AliasEntry-to_string"><strong>to_string</strong></a>(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<dl><dt><strong>attributes</strong></dt>
</dl>
<dl><dt><strong>children</strong></dt>
</dl>
<dl><dt><strong>extension_attributes</strong></dt>
</dl>
<dl><dt><strong>extension_elements</strong></dt>
</dl>
<dl><dt><strong>namespace</strong></dt>
</dl>
<dl><dt><strong>tag</strong></dt>
</dl>
<hr>
Data and other attributes inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>text</strong> = None</dl>
<hr>
Methods inherited from <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>:<br>
<dl><dt><a name="AliasEntry-FindAclLink"><strong>FindAclLink</strong></a> = find_acl_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-FindFeedLink"><strong>FindFeedLink</strong></a> = find_feed_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-FindHtmlLink"><strong>FindHtmlLink</strong></a> = find_html_link(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="AliasEntry-FindPostLink"><strong>FindPostLink</strong></a> = find_post_link(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="AliasEntry-FindPreviousLink"><strong>FindPreviousLink</strong></a> = find_previous_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-GetAclLink"><strong>GetAclLink</strong></a> = get_acl_link(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="AliasEntry-GetFeedLink"><strong>GetFeedLink</strong></a> = get_feed_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-GetHtmlLink"><strong>GetHtmlLink</strong></a> = get_html_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-GetPostLink"><strong>GetPostLink</strong></a> = get_post_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-GetPreviousLink"><strong>GetPreviousLink</strong></a> = get_previous_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_acl_link"><strong>find_acl_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_feed_link"><strong>find_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_html_link"><strong>find_html_link</strong></a>(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="AliasEntry-find_post_link"><strong>find_post_link</strong></a>(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="AliasEntry-find_previous_link"><strong>find_previous_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_acl_link"><strong>get_acl_link</strong></a>(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="AliasEntry-get_feed_link"><strong>get_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_html_link"><strong>get_html_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_post_link"><strong>get_post_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_previous_link"><strong>get_previous_link</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a>:<br>
<dl><dt><a name="AliasEntry-FindAlternateLink"><strong>FindAlternateLink</strong></a> = find_alternate_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-FindEditLink"><strong>FindEditLink</strong></a> = find_edit_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-FindEditMediaLink"><strong>FindEditMediaLink</strong></a> = find_edit_media_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-FindLicenseLink"><strong>FindLicenseLink</strong></a> = find_license_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-FindNextLink"><strong>FindNextLink</strong></a> = find_next_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-FindSelfLink"><strong>FindSelfLink</strong></a> = find_self_link(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="AliasEntry-FindUrl"><strong>FindUrl</strong></a> = find_url(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="AliasEntry-GetAlternateLink"><strong>GetAlternateLink</strong></a> = get_alternate_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-GetEditLink"><strong>GetEditLink</strong></a> = get_edit_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-GetEditMediaLink"><strong>GetEditMediaLink</strong></a> = get_edit_media_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-GetLicenseLink"><strong>GetLicenseLink</strong></a> = get_license_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-GetLink"><strong>GetLink</strong></a> = get_link(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="AliasEntry-GetNextLink"><strong>GetNextLink</strong></a> = get_next_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-GetSelfLink"><strong>GetSelfLink</strong></a> = get_self_link(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_alternate_link"><strong>find_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_edit_link"><strong>find_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_edit_media_link"><strong>find_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_license_link"><strong>find_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_next_link"><strong>find_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-find_self_link"><strong>find_self_link</strong></a>(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="AliasEntry-find_url"><strong>find_url</strong></a>(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="AliasEntry-get_alternate_link"><strong>get_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_edit_link"><strong>get_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_edit_media_link"><strong>get_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_license_link"><strong>get_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_link"><strong>get_link</strong></a>(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="AliasEntry-get_next_link"><strong>get_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasEntry-get_self_link"><strong>get_self_link</strong></a>(self)</dt></dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="AliasFeed">class <strong>AliasFeed</strong></a>(<a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Represents a feed of <a href="#AliasEntry">AliasEntry</a> objects.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.apps.multidomain.data.html#AliasFeed">AliasFeed</a></dd>
<dd><a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a></dd>
<dd><a href="atom.data.html#Feed">atom.data.Feed</a></dd>
<dd><a href="atom.data.html#Source">atom.data.Source</a></dd>
<dd><a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a></dd>
<dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd>
<dd><a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a></dd>
<dd><a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>entry</strong> = [<class 'gdata.apps.multidomain.data.AliasEntry'>]</dl>
<hr>
Methods inherited from <a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>:<br>
<dl><dt><a name="AliasFeed-GetId"><strong>GetId</strong></a> = get_id(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_generator"><strong>get_generator</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_id"><strong>get_id</strong></a>(self)</dt></dl>
<hr>
Data and other attributes inherited from <a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>:<br>
<dl><dt><strong>etag</strong> = '{http://schemas.google.com/g/2005}etag'</dl>
<dl><dt><strong>items_per_page</strong> = <class 'gdata.data.ItemsPerPage'><dd><tt>The opensearch:itemsPerPage element in GData feed.</tt></dl>
<dl><dt><strong>start_index</strong> = <class 'gdata.data.StartIndex'><dd><tt>The opensearch:startIndex element in GData feed.</tt></dl>
<dl><dt><strong>total_results</strong> = <class 'gdata.data.TotalResults'><dd><tt>opensearch:TotalResults for a GData feed.</tt></dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#Source">atom.data.Source</a>:<br>
<dl><dt><strong>generator</strong> = <class 'atom.data.Generator'><dd><tt>The atom:generator element.</tt></dl>
<dl><dt><strong>icon</strong> = <class 'atom.data.Icon'><dd><tt>The atom:icon element.</tt></dl>
<dl><dt><strong>logo</strong> = <class 'atom.data.Logo'><dd><tt>The atom:logo element.</tt></dl>
<dl><dt><strong>subtitle</strong> = <class 'atom.data.Subtitle'><dd><tt>The atom:subtitle element.</tt></dl>
<hr>
Methods inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br>
<dl><dt><a name="AliasFeed-__init__"><strong>__init__</strong></a>(self, atom_id<font color="#909090">=None</font>, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br>
<dl><dt><strong>author</strong> = [<class 'atom.data.Author'>]</dl>
<dl><dt><strong>category</strong> = [<class 'atom.data.Category'>]</dl>
<dl><dt><strong>contributor</strong> = [<class 'atom.data.Contributor'>]</dl>
<dl><dt><strong>id</strong> = <class 'atom.data.Id'><dd><tt>The atom:id element.</tt></dl>
<dl><dt><strong>link</strong> = [<class 'atom.data.Link'>]</dl>
<dl><dt><strong>rights</strong> = <class 'atom.data.Rights'><dd><tt>The atom:rights element.</tt></dl>
<dl><dt><strong>title</strong> = <class 'atom.data.Title'><dd><tt>The atom:title element.</tt></dl>
<dl><dt><strong>updated</strong> = <class 'atom.data.Updated'><dd><tt>The atom:updated element.</tt></dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="AliasFeed-FindChildren"><strong>FindChildren</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="AliasFeed-FindExtensions"><strong>FindExtensions</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="AliasFeed-GetAttributes"><strong>GetAttributes</strong></a> = get_attributes(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="AliasFeed-GetElements"><strong>GetElements</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="AliasFeed-ToString"><strong>ToString</strong></a> = to_string(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<dl><dt><a name="AliasFeed-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_attributes"><strong>get_attributes</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="AliasFeed-get_elements"><strong>get_elements</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="AliasFeed-to_string"><strong>to_string</strong></a>(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<dl><dt><strong>attributes</strong></dt>
</dl>
<dl><dt><strong>children</strong></dt>
</dl>
<dl><dt><strong>extension_attributes</strong></dt>
</dl>
<dl><dt><strong>extension_elements</strong></dt>
</dl>
<dl><dt><strong>namespace</strong></dt>
</dl>
<dl><dt><strong>tag</strong></dt>
</dl>
<hr>
Data and other attributes inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>text</strong> = None</dl>
<hr>
Methods inherited from <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>:<br>
<dl><dt><a name="AliasFeed-FindAclLink"><strong>FindAclLink</strong></a> = find_acl_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-FindFeedLink"><strong>FindFeedLink</strong></a> = find_feed_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-FindHtmlLink"><strong>FindHtmlLink</strong></a> = find_html_link(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="AliasFeed-FindPostLink"><strong>FindPostLink</strong></a> = find_post_link(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="AliasFeed-FindPreviousLink"><strong>FindPreviousLink</strong></a> = find_previous_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-GetAclLink"><strong>GetAclLink</strong></a> = get_acl_link(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="AliasFeed-GetFeedLink"><strong>GetFeedLink</strong></a> = get_feed_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-GetHtmlLink"><strong>GetHtmlLink</strong></a> = get_html_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-GetPostLink"><strong>GetPostLink</strong></a> = get_post_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-GetPreviousLink"><strong>GetPreviousLink</strong></a> = get_previous_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-find_acl_link"><strong>find_acl_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-find_feed_link"><strong>find_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-find_html_link"><strong>find_html_link</strong></a>(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="AliasFeed-find_post_link"><strong>find_post_link</strong></a>(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="AliasFeed-find_previous_link"><strong>find_previous_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_acl_link"><strong>get_acl_link</strong></a>(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="AliasFeed-get_feed_link"><strong>get_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_html_link"><strong>get_html_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_post_link"><strong>get_post_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_previous_link"><strong>get_previous_link</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a>:<br>
<dl><dt><a name="AliasFeed-FindAlternateLink"><strong>FindAlternateLink</strong></a> = find_alternate_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-FindEditLink"><strong>FindEditLink</strong></a> = find_edit_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-FindEditMediaLink"><strong>FindEditMediaLink</strong></a> = find_edit_media_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-FindLicenseLink"><strong>FindLicenseLink</strong></a> = find_license_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-FindNextLink"><strong>FindNextLink</strong></a> = find_next_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-FindSelfLink"><strong>FindSelfLink</strong></a> = find_self_link(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="AliasFeed-FindUrl"><strong>FindUrl</strong></a> = find_url(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="AliasFeed-GetAlternateLink"><strong>GetAlternateLink</strong></a> = get_alternate_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-GetEditLink"><strong>GetEditLink</strong></a> = get_edit_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-GetEditMediaLink"><strong>GetEditMediaLink</strong></a> = get_edit_media_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-GetLicenseLink"><strong>GetLicenseLink</strong></a> = get_license_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-GetLink"><strong>GetLink</strong></a> = get_link(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="AliasFeed-GetNextLink"><strong>GetNextLink</strong></a> = get_next_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-GetSelfLink"><strong>GetSelfLink</strong></a> = get_self_link(self)</dt></dl>
<dl><dt><a name="AliasFeed-find_alternate_link"><strong>find_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-find_edit_link"><strong>find_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-find_edit_media_link"><strong>find_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-find_license_link"><strong>find_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-find_next_link"><strong>find_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-find_self_link"><strong>find_self_link</strong></a>(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="AliasFeed-find_url"><strong>find_url</strong></a>(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="AliasFeed-get_alternate_link"><strong>get_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_edit_link"><strong>get_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_edit_media_link"><strong>get_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_license_link"><strong>get_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_link"><strong>get_link</strong></a>(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="AliasFeed-get_next_link"><strong>get_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="AliasFeed-get_self_link"><strong>get_self_link</strong></a>(self)</dt></dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="UserEntry">class <strong>UserEntry</strong></a>(<a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Represents an User in object form.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.apps.multidomain.data.html#UserEntry">UserEntry</a></dd>
<dd><a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a></dd>
<dd><a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a></dd>
<dd><a href="atom.data.html#Entry">atom.data.Entry</a></dd>
<dd><a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a></dd>
<dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd>
<dd><a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a></dd>
<dd><a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="UserEntry-GetAgreedToTerms"><strong>GetAgreedToTerms</strong></a>(self)</dt><dd><tt>Get the agreed to terms flag of the User object.<br>
<br>
Returns:<br>
The agreed to terms flag of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetChangePasswordAtNextLogin"><strong>GetChangePasswordAtNextLogin</strong></a>(self)</dt><dd><tt>Get the change password at next login flag of the User object.<br>
<br>
Returns:<br>
The change password at next login flag of this User object as a string or<br>
None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetEmail"><strong>GetEmail</strong></a>(self)</dt><dd><tt>Get the email address of the User object.<br>
<br>
Returns:<br>
The email address of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetFirstName"><strong>GetFirstName</strong></a>(self)</dt><dd><tt>Get the first name of the User object.<br>
<br>
Returns:<br>
The first name of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetHashFunction"><strong>GetHashFunction</strong></a>(self)</dt><dd><tt>Get the hash function of the User object.<br>
<br>
Returns:<br>
The hash function of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetIpWhitelisted"><strong>GetIpWhitelisted</strong></a>(self)</dt><dd><tt>Get the ipWhitelisted flag of the User object.<br>
<br>
Returns:<br>
The ipWhitelisted flag of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetIsAdmin"><strong>GetIsAdmin</strong></a>(self)</dt><dd><tt>Get the isAdmin flag of the User object.<br>
<br>
Returns:<br>
The isAdmin flag of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetLastName"><strong>GetLastName</strong></a>(self)</dt><dd><tt>Get the last name of the User object.<br>
<br>
Returns:<br>
The last name of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetPassword"><strong>GetPassword</strong></a>(self)</dt><dd><tt>Get the password of the User object.<br>
<br>
Returns:<br>
The password of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetQuota"><strong>GetQuota</strong></a>(self)</dt><dd><tt>Get the quota of the User object.<br>
<br>
Returns:<br>
The quota of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetSuspended"><strong>GetSuspended</strong></a>(self)</dt><dd><tt>Get the suspended flag of the User object.<br>
<br>
Returns:<br>
The suspended flag of this User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetChangePasswordAtNextLogin"><strong>SetChangePasswordAtNextLogin</strong></a>(self, value)</dt><dd><tt>Set the change password at next login flag of this User object.<br>
<br>
Args:<br>
value: string The new change password at next login flag to give this<br>
object.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetEmail"><strong>SetEmail</strong></a>(self, value)</dt><dd><tt>Set the email address of this User object.<br>
<br>
Args:<br>
value: string The new email address to give this object.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetFirstName"><strong>SetFirstName</strong></a>(self, value)</dt><dd><tt>Set the first name of this User object.<br>
<br>
Args:<br>
value: string The new first name to give this object.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetHashFunction"><strong>SetHashFunction</strong></a>(self, value)</dt><dd><tt>Set the hash function of this User object.<br>
<br>
Args:<br>
value: string The new hash function to give this object.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetIpWhitelisted"><strong>SetIpWhitelisted</strong></a>(self, value)</dt><dd><tt>Set the ipWhitelisted flag of this User object.<br>
<br>
Args:<br>
value: string The new ipWhitelisted flag to give this object.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetIsAdmin"><strong>SetIsAdmin</strong></a>(self, value)</dt><dd><tt>Set the isAdmin flag of this User object.<br>
<br>
Args:<br>
value: string The new isAdmin flag to give this object.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetLastName"><strong>SetLastName</strong></a>(self, value)</dt><dd><tt>Set the last name of this User object.<br>
<br>
Args:<br>
value: string The new last name to give this object.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetPassword"><strong>SetPassword</strong></a>(self, value)</dt><dd><tt>Set the password of this User object.<br>
<br>
Args:<br>
value: string The new password to give this object.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetQuota"><strong>SetQuota</strong></a>(self, value)</dt><dd><tt>Set the quota of this User object.<br>
<br>
Args:<br>
value: string The new quota to give this object.</tt></dd></dl>
<dl><dt><a name="UserEntry-SetSuspended"><strong>SetSuspended</strong></a>(self, value)</dt><dd><tt>Set the suspended flag of this User object.<br>
<br>
Args:<br>
value: string The new suspended flag to give this object.</tt></dd></dl>
<dl><dt><a name="UserEntry-__init__"><strong>__init__</strong></a>(self, uri<font color="#909090">=None</font>, email<font color="#909090">=None</font>, first_name<font color="#909090">=None</font>, last_name<font color="#909090">=None</font>, password<font color="#909090">=None</font>, hash_function<font color="#909090">=None</font>, change_password<font color="#909090">=None</font>, agreed_to_terms<font color="#909090">=None</font>, suspended<font color="#909090">=None</font>, is_admin<font color="#909090">=None</font>, ip_whitelisted<font color="#909090">=None</font>, quota<font color="#909090">=None</font>, *args, **kwargs)</dt><dd><tt>Constructs a new <a href="#UserEntry">UserEntry</a> object with the given arguments.<br>
<br>
Args:<br>
uri: string (optional) The uri of of this object for HTTP requests.<br>
email: string (optional) The email address of the user.<br>
first_name: string (optional) The first name of the user.<br>
last_name: string (optional) The last name of the user.<br>
password: string (optional) The password of the user.<br>
hash_function: string (optional) The name of the function used to hash the<br>
password.<br>
change_password: Boolean (optional) Whether or not the user must change<br>
password at first login.<br>
agreed_to_terms: Boolean (optional) Whether or not the user has agreed to<br>
the Terms of Service.<br>
suspended: Boolean (optional) Whether or not the user is suspended.<br>
is_admin: Boolean (optional) Whether or not the user has administrator<br>
privileges.<br>
ip_whitelisted: Boolean (optional) Whether or not the user's ip is<br>
whitelisted.<br>
quota: string (optional) The value (in GB) of the user's quota.<br>
args: The other parameters to pass to gdata.entry.GDEntry constructor.<br>
kwargs: The other parameters to pass to gdata.entry.GDEntry constructor.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>agreed_to_terms</strong></dt>
<dd><tt>Get the agreed to terms flag of the User object.<br>
<br>
Returns:<br>
The agreed to terms flag of this User object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>change_password_at_next_login</strong></dt>
<dd><tt>Get the change password at next login flag of the User object.<br>
<br>
Returns:<br>
The change password at next login flag of this User object as a string or<br>
None.</tt></dd>
</dl>
<dl><dt><strong>email</strong></dt>
<dd><tt>Get the email address of the User object.<br>
<br>
Returns:<br>
The email address of this User object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>first_name</strong></dt>
<dd><tt>Get the first name of the User object.<br>
<br>
Returns:<br>
The first name of this User object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>hash_function</strong></dt>
<dd><tt>Get the hash function of the User object.<br>
<br>
Returns:<br>
The hash function of this User object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>ip_whitelisted</strong></dt>
<dd><tt>Get the ipWhitelisted flag of the User object.<br>
<br>
Returns:<br>
The ipWhitelisted flag of this User object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>is_admin</strong></dt>
<dd><tt>Get the isAdmin flag of the User object.<br>
<br>
Returns:<br>
The isAdmin flag of this User object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>last_name</strong></dt>
<dd><tt>Get the last name of the User object.<br>
<br>
Returns:<br>
The last name of this User object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>password</strong></dt>
<dd><tt>Get the password of the User object.<br>
<br>
Returns:<br>
The password of this User object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>quota</strong></dt>
<dd><tt>Get the quota of the User object.<br>
<br>
Returns:<br>
The quota of this User object as a string or None.</tt></dd>
</dl>
<dl><dt><strong>suspended</strong></dt>
<dd><tt>Get the suspended flag of the User object.<br>
<br>
Returns:<br>
The suspended flag of this User object as a string or None.</tt></dd>
</dl>
<hr>
Data and other attributes inherited from <a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a>:<br>
<dl><dt><strong>property</strong> = [<class 'gdata.apps_property.AppsProperty'>]</dl>
<hr>
Methods inherited from <a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>:<br>
<dl><dt><a name="UserEntry-FindMediaLink"><strong>FindMediaLink</strong></a> = find_media_link(self)</dt><dd><tt>Returns the URL to the media content, if the entry is a media entry.<br>
Otherwise returns None.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetId"><strong>GetId</strong></a> = get_id(self)</dt></dl>
<dl><dt><a name="UserEntry-IsMedia"><strong>IsMedia</strong></a> = is_media(self)</dt></dl>
<dl><dt><a name="UserEntry-find_media_link"><strong>find_media_link</strong></a>(self)</dt><dd><tt>Returns the URL to the media content, if the entry is a media entry.<br>
Otherwise returns None.</tt></dd></dl>
<dl><dt><a name="UserEntry-get_id"><strong>get_id</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-is_media"><strong>is_media</strong></a>(self)</dt></dl>
<hr>
Data and other attributes inherited from <a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>:<br>
<dl><dt><strong>etag</strong> = '{http://schemas.google.com/g/2005}etag'</dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#Entry">atom.data.Entry</a>:<br>
<dl><dt><strong>content</strong> = <class 'atom.data.Content'><dd><tt>The atom:content element.</tt></dl>
<dl><dt><strong>control</strong> = <class 'atom.data.Control'><dd><tt>The app:control element indicating restrictions on publication.<br>
<br>
The APP control element may contain a draft element indicating whether or<br>
not this entry should be publicly available.</tt></dl>
<dl><dt><strong>published</strong> = <class 'atom.data.Published'><dd><tt>The atom:published element.</tt></dl>
<dl><dt><strong>source</strong> = <class 'atom.data.Source'><dd><tt>The atom:source element.</tt></dl>
<dl><dt><strong>summary</strong> = <class 'atom.data.Summary'><dd><tt>The atom:summary element.</tt></dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br>
<dl><dt><strong>author</strong> = [<class 'atom.data.Author'>]</dl>
<dl><dt><strong>category</strong> = [<class 'atom.data.Category'>]</dl>
<dl><dt><strong>contributor</strong> = [<class 'atom.data.Contributor'>]</dl>
<dl><dt><strong>id</strong> = <class 'atom.data.Id'><dd><tt>The atom:id element.</tt></dl>
<dl><dt><strong>link</strong> = [<class 'atom.data.Link'>]</dl>
<dl><dt><strong>rights</strong> = <class 'atom.data.Rights'><dd><tt>The atom:rights element.</tt></dl>
<dl><dt><strong>title</strong> = <class 'atom.data.Title'><dd><tt>The atom:title element.</tt></dl>
<dl><dt><strong>updated</strong> = <class 'atom.data.Updated'><dd><tt>The atom:updated element.</tt></dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="UserEntry-FindChildren"><strong>FindChildren</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserEntry-FindExtensions"><strong>FindExtensions</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetAttributes"><strong>GetAttributes</strong></a> = get_attributes(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetElements"><strong>GetElements</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserEntry-ToString"><strong>ToString</strong></a> = to_string(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<dl><dt><a name="UserEntry-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_attributes"><strong>get_attributes</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="UserEntry-get_elements"><strong>get_elements</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserEntry-to_string"><strong>to_string</strong></a>(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<dl><dt><strong>attributes</strong></dt>
</dl>
<dl><dt><strong>children</strong></dt>
</dl>
<dl><dt><strong>extension_attributes</strong></dt>
</dl>
<dl><dt><strong>extension_elements</strong></dt>
</dl>
<dl><dt><strong>namespace</strong></dt>
</dl>
<dl><dt><strong>tag</strong></dt>
</dl>
<hr>
Data and other attributes inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>text</strong> = None</dl>
<hr>
Methods inherited from <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>:<br>
<dl><dt><a name="UserEntry-FindAclLink"><strong>FindAclLink</strong></a> = find_acl_link(self)</dt></dl>
<dl><dt><a name="UserEntry-FindFeedLink"><strong>FindFeedLink</strong></a> = find_feed_link(self)</dt></dl>
<dl><dt><a name="UserEntry-FindHtmlLink"><strong>FindHtmlLink</strong></a> = find_html_link(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="UserEntry-FindPostLink"><strong>FindPostLink</strong></a> = find_post_link(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="UserEntry-FindPreviousLink"><strong>FindPreviousLink</strong></a> = find_previous_link(self)</dt></dl>
<dl><dt><a name="UserEntry-GetAclLink"><strong>GetAclLink</strong></a> = get_acl_link(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetFeedLink"><strong>GetFeedLink</strong></a> = get_feed_link(self)</dt></dl>
<dl><dt><a name="UserEntry-GetHtmlLink"><strong>GetHtmlLink</strong></a> = get_html_link(self)</dt></dl>
<dl><dt><a name="UserEntry-GetPostLink"><strong>GetPostLink</strong></a> = get_post_link(self)</dt></dl>
<dl><dt><a name="UserEntry-GetPreviousLink"><strong>GetPreviousLink</strong></a> = get_previous_link(self)</dt></dl>
<dl><dt><a name="UserEntry-find_acl_link"><strong>find_acl_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-find_feed_link"><strong>find_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-find_html_link"><strong>find_html_link</strong></a>(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="UserEntry-find_post_link"><strong>find_post_link</strong></a>(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="UserEntry-find_previous_link"><strong>find_previous_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_acl_link"><strong>get_acl_link</strong></a>(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="UserEntry-get_feed_link"><strong>get_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_html_link"><strong>get_html_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_post_link"><strong>get_post_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_previous_link"><strong>get_previous_link</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a>:<br>
<dl><dt><a name="UserEntry-FindAlternateLink"><strong>FindAlternateLink</strong></a> = find_alternate_link(self)</dt></dl>
<dl><dt><a name="UserEntry-FindEditLink"><strong>FindEditLink</strong></a> = find_edit_link(self)</dt></dl>
<dl><dt><a name="UserEntry-FindEditMediaLink"><strong>FindEditMediaLink</strong></a> = find_edit_media_link(self)</dt></dl>
<dl><dt><a name="UserEntry-FindLicenseLink"><strong>FindLicenseLink</strong></a> = find_license_link(self)</dt></dl>
<dl><dt><a name="UserEntry-FindNextLink"><strong>FindNextLink</strong></a> = find_next_link(self)</dt></dl>
<dl><dt><a name="UserEntry-FindSelfLink"><strong>FindSelfLink</strong></a> = find_self_link(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="UserEntry-FindUrl"><strong>FindUrl</strong></a> = find_url(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetAlternateLink"><strong>GetAlternateLink</strong></a> = get_alternate_link(self)</dt></dl>
<dl><dt><a name="UserEntry-GetEditLink"><strong>GetEditLink</strong></a> = get_edit_link(self)</dt></dl>
<dl><dt><a name="UserEntry-GetEditMediaLink"><strong>GetEditMediaLink</strong></a> = get_edit_media_link(self)</dt></dl>
<dl><dt><a name="UserEntry-GetLicenseLink"><strong>GetLicenseLink</strong></a> = get_license_link(self)</dt></dl>
<dl><dt><a name="UserEntry-GetLink"><strong>GetLink</strong></a> = get_link(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="UserEntry-GetNextLink"><strong>GetNextLink</strong></a> = get_next_link(self)</dt></dl>
<dl><dt><a name="UserEntry-GetSelfLink"><strong>GetSelfLink</strong></a> = get_self_link(self)</dt></dl>
<dl><dt><a name="UserEntry-find_alternate_link"><strong>find_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-find_edit_link"><strong>find_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-find_edit_media_link"><strong>find_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-find_license_link"><strong>find_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-find_next_link"><strong>find_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-find_self_link"><strong>find_self_link</strong></a>(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="UserEntry-find_url"><strong>find_url</strong></a>(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="UserEntry-get_alternate_link"><strong>get_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_edit_link"><strong>get_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_edit_media_link"><strong>get_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_license_link"><strong>get_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_link"><strong>get_link</strong></a>(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="UserEntry-get_next_link"><strong>get_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserEntry-get_self_link"><strong>get_self_link</strong></a>(self)</dt></dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="UserFeed">class <strong>UserFeed</strong></a>(<a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Represents a feed of <a href="#UserEntry">UserEntry</a> objects.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.apps.multidomain.data.html#UserFeed">UserFeed</a></dd>
<dd><a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a></dd>
<dd><a href="atom.data.html#Feed">atom.data.Feed</a></dd>
<dd><a href="atom.data.html#Source">atom.data.Source</a></dd>
<dd><a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a></dd>
<dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd>
<dd><a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a></dd>
<dd><a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>entry</strong> = [<class 'gdata.apps.multidomain.data.UserEntry'>]</dl>
<hr>
Methods inherited from <a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>:<br>
<dl><dt><a name="UserFeed-GetId"><strong>GetId</strong></a> = get_id(self)</dt></dl>
<dl><dt><a name="UserFeed-get_generator"><strong>get_generator</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_id"><strong>get_id</strong></a>(self)</dt></dl>
<hr>
Data and other attributes inherited from <a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>:<br>
<dl><dt><strong>etag</strong> = '{http://schemas.google.com/g/2005}etag'</dl>
<dl><dt><strong>items_per_page</strong> = <class 'gdata.data.ItemsPerPage'><dd><tt>The opensearch:itemsPerPage element in GData feed.</tt></dl>
<dl><dt><strong>start_index</strong> = <class 'gdata.data.StartIndex'><dd><tt>The opensearch:startIndex element in GData feed.</tt></dl>
<dl><dt><strong>total_results</strong> = <class 'gdata.data.TotalResults'><dd><tt>opensearch:TotalResults for a GData feed.</tt></dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#Source">atom.data.Source</a>:<br>
<dl><dt><strong>generator</strong> = <class 'atom.data.Generator'><dd><tt>The atom:generator element.</tt></dl>
<dl><dt><strong>icon</strong> = <class 'atom.data.Icon'><dd><tt>The atom:icon element.</tt></dl>
<dl><dt><strong>logo</strong> = <class 'atom.data.Logo'><dd><tt>The atom:logo element.</tt></dl>
<dl><dt><strong>subtitle</strong> = <class 'atom.data.Subtitle'><dd><tt>The atom:subtitle element.</tt></dl>
<hr>
Methods inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br>
<dl><dt><a name="UserFeed-__init__"><strong>__init__</strong></a>(self, atom_id<font color="#909090">=None</font>, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br>
<dl><dt><strong>author</strong> = [<class 'atom.data.Author'>]</dl>
<dl><dt><strong>category</strong> = [<class 'atom.data.Category'>]</dl>
<dl><dt><strong>contributor</strong> = [<class 'atom.data.Contributor'>]</dl>
<dl><dt><strong>id</strong> = <class 'atom.data.Id'><dd><tt>The atom:id element.</tt></dl>
<dl><dt><strong>link</strong> = [<class 'atom.data.Link'>]</dl>
<dl><dt><strong>rights</strong> = <class 'atom.data.Rights'><dd><tt>The atom:rights element.</tt></dl>
<dl><dt><strong>title</strong> = <class 'atom.data.Title'><dd><tt>The atom:title element.</tt></dl>
<dl><dt><strong>updated</strong> = <class 'atom.data.Updated'><dd><tt>The atom:updated element.</tt></dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="UserFeed-FindChildren"><strong>FindChildren</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserFeed-FindExtensions"><strong>FindExtensions</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserFeed-GetAttributes"><strong>GetAttributes</strong></a> = get_attributes(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="UserFeed-GetElements"><strong>GetElements</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserFeed-ToString"><strong>ToString</strong></a> = to_string(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<dl><dt><a name="UserFeed-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_attributes"><strong>get_attributes</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="UserFeed-get_elements"><strong>get_elements</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserFeed-to_string"><strong>to_string</strong></a>(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<dl><dt><strong>attributes</strong></dt>
</dl>
<dl><dt><strong>children</strong></dt>
</dl>
<dl><dt><strong>extension_attributes</strong></dt>
</dl>
<dl><dt><strong>extension_elements</strong></dt>
</dl>
<dl><dt><strong>namespace</strong></dt>
</dl>
<dl><dt><strong>tag</strong></dt>
</dl>
<hr>
Data and other attributes inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>text</strong> = None</dl>
<hr>
Methods inherited from <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>:<br>
<dl><dt><a name="UserFeed-FindAclLink"><strong>FindAclLink</strong></a> = find_acl_link(self)</dt></dl>
<dl><dt><a name="UserFeed-FindFeedLink"><strong>FindFeedLink</strong></a> = find_feed_link(self)</dt></dl>
<dl><dt><a name="UserFeed-FindHtmlLink"><strong>FindHtmlLink</strong></a> = find_html_link(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="UserFeed-FindPostLink"><strong>FindPostLink</strong></a> = find_post_link(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="UserFeed-FindPreviousLink"><strong>FindPreviousLink</strong></a> = find_previous_link(self)</dt></dl>
<dl><dt><a name="UserFeed-GetAclLink"><strong>GetAclLink</strong></a> = get_acl_link(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="UserFeed-GetFeedLink"><strong>GetFeedLink</strong></a> = get_feed_link(self)</dt></dl>
<dl><dt><a name="UserFeed-GetHtmlLink"><strong>GetHtmlLink</strong></a> = get_html_link(self)</dt></dl>
<dl><dt><a name="UserFeed-GetPostLink"><strong>GetPostLink</strong></a> = get_post_link(self)</dt></dl>
<dl><dt><a name="UserFeed-GetPreviousLink"><strong>GetPreviousLink</strong></a> = get_previous_link(self)</dt></dl>
<dl><dt><a name="UserFeed-find_acl_link"><strong>find_acl_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-find_feed_link"><strong>find_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-find_html_link"><strong>find_html_link</strong></a>(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="UserFeed-find_post_link"><strong>find_post_link</strong></a>(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="UserFeed-find_previous_link"><strong>find_previous_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_acl_link"><strong>get_acl_link</strong></a>(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="UserFeed-get_feed_link"><strong>get_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_html_link"><strong>get_html_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_post_link"><strong>get_post_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_previous_link"><strong>get_previous_link</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a>:<br>
<dl><dt><a name="UserFeed-FindAlternateLink"><strong>FindAlternateLink</strong></a> = find_alternate_link(self)</dt></dl>
<dl><dt><a name="UserFeed-FindEditLink"><strong>FindEditLink</strong></a> = find_edit_link(self)</dt></dl>
<dl><dt><a name="UserFeed-FindEditMediaLink"><strong>FindEditMediaLink</strong></a> = find_edit_media_link(self)</dt></dl>
<dl><dt><a name="UserFeed-FindLicenseLink"><strong>FindLicenseLink</strong></a> = find_license_link(self)</dt></dl>
<dl><dt><a name="UserFeed-FindNextLink"><strong>FindNextLink</strong></a> = find_next_link(self)</dt></dl>
<dl><dt><a name="UserFeed-FindSelfLink"><strong>FindSelfLink</strong></a> = find_self_link(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="UserFeed-FindUrl"><strong>FindUrl</strong></a> = find_url(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="UserFeed-GetAlternateLink"><strong>GetAlternateLink</strong></a> = get_alternate_link(self)</dt></dl>
<dl><dt><a name="UserFeed-GetEditLink"><strong>GetEditLink</strong></a> = get_edit_link(self)</dt></dl>
<dl><dt><a name="UserFeed-GetEditMediaLink"><strong>GetEditMediaLink</strong></a> = get_edit_media_link(self)</dt></dl>
<dl><dt><a name="UserFeed-GetLicenseLink"><strong>GetLicenseLink</strong></a> = get_license_link(self)</dt></dl>
<dl><dt><a name="UserFeed-GetLink"><strong>GetLink</strong></a> = get_link(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="UserFeed-GetNextLink"><strong>GetNextLink</strong></a> = get_next_link(self)</dt></dl>
<dl><dt><a name="UserFeed-GetSelfLink"><strong>GetSelfLink</strong></a> = get_self_link(self)</dt></dl>
<dl><dt><a name="UserFeed-find_alternate_link"><strong>find_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-find_edit_link"><strong>find_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-find_edit_media_link"><strong>find_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-find_license_link"><strong>find_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-find_next_link"><strong>find_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-find_self_link"><strong>find_self_link</strong></a>(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="UserFeed-find_url"><strong>find_url</strong></a>(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="UserFeed-get_alternate_link"><strong>get_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_edit_link"><strong>get_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_edit_media_link"><strong>get_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_license_link"><strong>get_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_link"><strong>get_link</strong></a>(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="UserFeed-get_next_link"><strong>get_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserFeed-get_self_link"><strong>get_self_link</strong></a>(self)</dt></dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="UserRenameRequest">class <strong>UserRenameRequest</strong></a>(<a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Represents an User rename request in object form.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.apps.multidomain.data.html#UserRenameRequest">UserRenameRequest</a></dd>
<dd><a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a></dd>
<dd><a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a></dd>
<dd><a href="atom.data.html#Entry">atom.data.Entry</a></dd>
<dd><a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a></dd>
<dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd>
<dd><a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a></dd>
<dd><a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="UserRenameRequest-GetNewEmail"><strong>GetNewEmail</strong></a>(self)</dt><dd><tt>Get the new email address for the User object.<br>
<br>
Returns:<br>
The new email address for the User object as a string or None.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-SetNewEmail"><strong>SetNewEmail</strong></a>(self, value)</dt><dd><tt>Set the new email address for the User object.<br>
<br>
Args:<br>
value: string The new email address to give this object.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-__init__"><strong>__init__</strong></a>(self, new_email<font color="#909090">=None</font>, *args, **kwargs)</dt><dd><tt>Constructs a new <a href="#UserRenameRequest">UserRenameRequest</a> object with the given arguments.<br>
<br>
Args:<br>
new_email: string (optional) The new email address for the target user.<br>
args: The other parameters to pass to gdata.entry.GDEntry constructor.<br>
kwargs: The other parameters to pass to gdata.entry.GDEntry constructor.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>new_email</strong></dt>
<dd><tt>Get the new email address for the User object.<br>
<br>
Returns:<br>
The new email address for the User object as a string or None.</tt></dd>
</dl>
<hr>
Data and other attributes inherited from <a href="gdata.apps.apps_property_entry.html#AppsPropertyEntry">gdata.apps.apps_property_entry.AppsPropertyEntry</a>:<br>
<dl><dt><strong>property</strong> = [<class 'gdata.apps_property.AppsProperty'>]</dl>
<hr>
Methods inherited from <a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>:<br>
<dl><dt><a name="UserRenameRequest-FindMediaLink"><strong>FindMediaLink</strong></a> = find_media_link(self)</dt><dd><tt>Returns the URL to the media content, if the entry is a media entry.<br>
Otherwise returns None.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-GetId"><strong>GetId</strong></a> = get_id(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-IsMedia"><strong>IsMedia</strong></a> = is_media(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_media_link"><strong>find_media_link</strong></a>(self)</dt><dd><tt>Returns the URL to the media content, if the entry is a media entry.<br>
Otherwise returns None.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-get_id"><strong>get_id</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-is_media"><strong>is_media</strong></a>(self)</dt></dl>
<hr>
Data and other attributes inherited from <a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>:<br>
<dl><dt><strong>etag</strong> = '{http://schemas.google.com/g/2005}etag'</dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#Entry">atom.data.Entry</a>:<br>
<dl><dt><strong>content</strong> = <class 'atom.data.Content'><dd><tt>The atom:content element.</tt></dl>
<dl><dt><strong>control</strong> = <class 'atom.data.Control'><dd><tt>The app:control element indicating restrictions on publication.<br>
<br>
The APP control element may contain a draft element indicating whether or<br>
not this entry should be publicly available.</tt></dl>
<dl><dt><strong>published</strong> = <class 'atom.data.Published'><dd><tt>The atom:published element.</tt></dl>
<dl><dt><strong>source</strong> = <class 'atom.data.Source'><dd><tt>The atom:source element.</tt></dl>
<dl><dt><strong>summary</strong> = <class 'atom.data.Summary'><dd><tt>The atom:summary element.</tt></dl>
<hr>
Data and other attributes inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br>
<dl><dt><strong>author</strong> = [<class 'atom.data.Author'>]</dl>
<dl><dt><strong>category</strong> = [<class 'atom.data.Category'>]</dl>
<dl><dt><strong>contributor</strong> = [<class 'atom.data.Contributor'>]</dl>
<dl><dt><strong>id</strong> = <class 'atom.data.Id'><dd><tt>The atom:id element.</tt></dl>
<dl><dt><strong>link</strong> = [<class 'atom.data.Link'>]</dl>
<dl><dt><strong>rights</strong> = <class 'atom.data.Rights'><dd><tt>The atom:rights element.</tt></dl>
<dl><dt><strong>title</strong> = <class 'atom.data.Title'><dd><tt>The atom:title element.</tt></dl>
<dl><dt><strong>updated</strong> = <class 'atom.data.Updated'><dd><tt>The atom:updated element.</tt></dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="UserRenameRequest-FindChildren"><strong>FindChildren</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-FindExtensions"><strong>FindExtensions</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-GetAttributes"><strong>GetAttributes</strong></a> = get_attributes(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-GetElements"><strong>GetElements</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-ToString"><strong>ToString</strong></a> = to_string(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_attributes"><strong>get_attributes</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-get_elements"><strong>get_elements</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-to_string"><strong>to_string</strong></a>(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<dl><dt><strong>attributes</strong></dt>
</dl>
<dl><dt><strong>children</strong></dt>
</dl>
<dl><dt><strong>extension_attributes</strong></dt>
</dl>
<dl><dt><strong>extension_elements</strong></dt>
</dl>
<dl><dt><strong>namespace</strong></dt>
</dl>
<dl><dt><strong>tag</strong></dt>
</dl>
<hr>
Data and other attributes inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>text</strong> = None</dl>
<hr>
Methods inherited from <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>:<br>
<dl><dt><a name="UserRenameRequest-FindAclLink"><strong>FindAclLink</strong></a> = find_acl_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-FindFeedLink"><strong>FindFeedLink</strong></a> = find_feed_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-FindHtmlLink"><strong>FindHtmlLink</strong></a> = find_html_link(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-FindPostLink"><strong>FindPostLink</strong></a> = find_post_link(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-FindPreviousLink"><strong>FindPreviousLink</strong></a> = find_previous_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-GetAclLink"><strong>GetAclLink</strong></a> = get_acl_link(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-GetFeedLink"><strong>GetFeedLink</strong></a> = get_feed_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-GetHtmlLink"><strong>GetHtmlLink</strong></a> = get_html_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-GetPostLink"><strong>GetPostLink</strong></a> = get_post_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-GetPreviousLink"><strong>GetPreviousLink</strong></a> = get_previous_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_acl_link"><strong>find_acl_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_feed_link"><strong>find_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_html_link"><strong>find_html_link</strong></a>(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-find_post_link"><strong>find_post_link</strong></a>(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A str for the URL in the link with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-find_previous_link"><strong>find_previous_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_acl_link"><strong>get_acl_link</strong></a>(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-get_feed_link"><strong>get_feed_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_html_link"><strong>get_html_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_post_link"><strong>get_post_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_previous_link"><strong>get_previous_link</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a>:<br>
<dl><dt><a name="UserRenameRequest-FindAlternateLink"><strong>FindAlternateLink</strong></a> = find_alternate_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-FindEditLink"><strong>FindEditLink</strong></a> = find_edit_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-FindEditMediaLink"><strong>FindEditMediaLink</strong></a> = find_edit_media_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-FindLicenseLink"><strong>FindLicenseLink</strong></a> = find_license_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-FindNextLink"><strong>FindNextLink</strong></a> = find_next_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-FindSelfLink"><strong>FindSelfLink</strong></a> = find_self_link(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-FindUrl"><strong>FindUrl</strong></a> = find_url(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-GetAlternateLink"><strong>GetAlternateLink</strong></a> = get_alternate_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-GetEditLink"><strong>GetEditLink</strong></a> = get_edit_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-GetEditMediaLink"><strong>GetEditMediaLink</strong></a> = get_edit_media_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-GetLicenseLink"><strong>GetLicenseLink</strong></a> = get_license_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-GetLink"><strong>GetLink</strong></a> = get_link(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-GetNextLink"><strong>GetNextLink</strong></a> = get_next_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-GetSelfLink"><strong>GetSelfLink</strong></a> = get_self_link(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_alternate_link"><strong>find_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_edit_link"><strong>find_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_edit_media_link"><strong>find_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_license_link"><strong>find_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_next_link"><strong>find_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-find_self_link"><strong>find_self_link</strong></a>(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
A str containing the link's href or None if none of the links had rel<br>
equal to 'self'</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-find_url"><strong>find_url</strong></a>(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-get_alternate_link"><strong>get_alternate_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_edit_link"><strong>get_edit_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_edit_media_link"><strong>get_edit_media_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_license_link"><strong>get_license_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_link"><strong>get_link</strong></a>(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br>
<br>
If you are interested in the URL instead of the link object,<br>
consider using find_url instead.</tt></dd></dl>
<dl><dt><a name="UserRenameRequest-get_next_link"><strong>get_next_link</strong></a>(self)</dt></dl>
<dl><dt><a name="UserRenameRequest-get_self_link"><strong>get_self_link</strong></a>(self)</dt></dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>ALIAS_EMAIL</strong> = 'aliasEmail'<br>
<strong>USER_ADMIN</strong> = 'isAdmin'<br>
<strong>USER_AGREED_TO_TERMS</strong> = 'agreedToTerms'<br>
<strong>USER_CHANGE_PASSWORD</strong> = 'isChangePasswordAtNextLogin'<br>
<strong>USER_EMAIL</strong> = 'userEmail'<br>
<strong>USER_FIRST_NAME</strong> = 'firstName'<br>
<strong>USER_HASH_FUNCTION</strong> = 'hashFunction'<br>
<strong>USER_IP_WHITELISTED</strong> = 'ipWhitelisted'<br>
<strong>USER_LAST_NAME</strong> = 'lastName'<br>
<strong>USER_NEW_EMAIL</strong> = 'newEmail'<br>
<strong>USER_PASSWORD</strong> = 'password'<br>
<strong>USER_QUOTA</strong> = 'quotaInGb'<br>
<strong>USER_SUSPENDED</strong> = 'isSuspended'<br>
<strong>__author__</strong> = 'Claudio Cherubino <ccherubino@google.com>'</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">Claudio Cherubino <ccherubino@google.com></td></tr></table>
</body></html>