public class

UserEntry

extends BaseEntry<E extends BaseEntry>
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry>
         ↳ com.google.gdata.data.appsforyourdomain.provisioning.UserEntry

Summary

Constants
String USER_KIND Kind term value for User category labels.
Fields
public static final Category USER_CATEGORY Kind category used to label feeds or entries that have User extension data.
[Expand]
Inherited Fields
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Constructors
UserEntry()
Constructs a new empty UserEntry with the appropriate kind category to indicate that it is an user.
UserEntry(BaseEntry sourceEntry)
Constructs a new UserEntry by doing a shallow copy of data from an existing BaseEntry intance.
Public Methods
void declareExtensions(ExtensionProfile extensionProfile)
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile.
Email getEmail()
Login getLogin()
Name getName()
Quota getQuota()
[Expand]
Inherited Methods
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension
From interface com.google.gdata.data.IAtom
From interface com.google.gdata.data.IEntry
From interface com.google.gdata.data.Kind.Adaptable
From interface com.google.gdata.data.Kind.Adaptor

Constants

public static final String USER_KIND

Kind term value for User category labels.

Constant Value: "http://schemas.google.com/apps/2006#user"

Fields

public static final Category USER_CATEGORY

Kind category used to label feeds or entries that have User extension data.

Public Constructors

public UserEntry ()

Constructs a new empty UserEntry with the appropriate kind category to indicate that it is an user.

public UserEntry (BaseEntry sourceEntry)

Constructs a new UserEntry by doing a shallow copy of data from an existing BaseEntry intance.

Parameters
sourceEntry

Public Methods

public void declareExtensions (ExtensionProfile extensionProfile)

Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.

Parameters
extensionProfile The ExtensionProfile to initialize.

public Email getEmail ()

public Login getLogin ()

public Name getName ()

public Quota getQuota ()