|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.Person
com.google.gdata.data.extensions.LastModifiedBy
public class LastModifiedBy
The user who last modified the object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.data.Person |
|---|
Person.AtomHandler |
| Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
|---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
| Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
|---|
AbstractExtension.AttributesHandler |
| Field Summary |
|---|
| Fields inherited from class com.google.gdata.data.Person |
|---|
email, name, nameLang, uri |
| Fields inherited from class com.google.gdata.data.ExtensionPoint |
|---|
xmlBlob |
| Fields inherited from class com.google.gdata.data.AbstractExtension |
|---|
localName, namespace |
| Constructor Summary | |
|---|---|
LastModifiedBy()
Default mutable constructor. |
|
LastModifiedBy(Person person)
Constructor (mutable or immutable). |
|
| Method Summary | |
|---|---|
protected void |
generate(com.google.gdata.util.common.xml.XmlWriter w,
ExtensionProfile p,
com.google.gdata.util.common.xml.XmlNamespace namespace,
java.lang.String localName,
java.util.List<com.google.gdata.util.common.xml.XmlWriter.Attribute> attrs,
AttributeGenerator generator)
Generates the XML into the XML writer. |
| Methods inherited from class com.google.gdata.data.Person |
|---|
generate, generateAtom, generateRss, getEmail, getHandler, getName, getNameLang, getUri, setEmail, setName, setNameLang, setUri |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
|---|
consumeAttributes, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LastModifiedBy()
public LastModifiedBy(Person person)
person - the user| Method Detail |
|---|
protected void generate(com.google.gdata.util.common.xml.XmlWriter w,
ExtensionProfile p,
com.google.gdata.util.common.xml.XmlNamespace namespace,
java.lang.String localName,
java.util.List<com.google.gdata.util.common.xml.XmlWriter.Attribute> attrs,
AttributeGenerator generator)
throws java.io.IOException
AbstractExtension
generate in class ExtensionPointw - XML writerp - extension profilenamespace - XML namespace for this extensionlocalName - XML local name for this extensionattrs - list of XML attributesgenerator - attribute generator
java.io.IOException - any I/O exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||