| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.threading.InReplyTo | ||
Indicates that this entry is a response to another resource.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | HREF | XML "href" attribute name | |||||||||
| String | REF | XML "ref" attribute name | |||||||||
| String | SOURCE | XML "source" attribute name | |||||||||
| String | TYPE | XML "type" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| href | IRI that may be used to retrieve a representation of the resource being responded to | ||||||||||
| ref | Persistent universally unique identifier of the resource being responded to | ||||||||||
| source | IRI of an Atom Feed or Entry Document containing an atom:entry with an atom:id value equal to the value of the "ref" attribute | ||||||||||
| type | Hint to the client about the media type of the resource identified by the "href" attribute | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Immutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the IRI that may be used to retrieve a representation of the
resource being responded to.
| |||||||||||
Returns the persistent universally unique identifier of the resource being
responded to.
| |||||||||||
Returns the IRI of an Atom Feed or Entry Document containing an atom:entry
with an atom:id value equal to the value of the "ref" attribute.
| |||||||||||
Returns the hint to the client about the media type of the resource
identified by the "href" attribute.
| |||||||||||
Returns whether it has the IRI that may be used to retrieve a
representation of the resource being responded to.
| |||||||||||
Returns whether it has the persistent universally unique identifier of the
resource being responded to.
| |||||||||||
Returns whether it has the IRI of an Atom Feed or Entry Document containing
an atom:entry with an atom:id value equal to the value of the "ref"
attribute.
| |||||||||||
Returns whether it has the hint to the client about the media type of the
resource identified by the "href" attribute.
| |||||||||||
Sets the IRI that may be used to retrieve a representation of the resource
being responded to.
| |||||||||||
Sets the persistent universally unique identifier of the resource being
responded to.
| |||||||||||
Sets the IRI of an Atom Feed or Entry Document containing an atom:entry
with an atom:id value equal to the value of the "ref" attribute.
| |||||||||||
Sets the hint to the client about the media type of the resource identified
by the "href" attribute.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
XML "href" attribute name
XML "ref" attribute name
XML "source" attribute name
XML "type" attribute name
XML element name
IRI that may be used to retrieve a representation of the resource being responded to
Persistent universally unique identifier of the resource being responded to
IRI of an Atom Feed or Entry Document containing an atom:entry with an atom:id value equal to the value of the "ref" attribute
Hint to the client about the media type of the resource identified by the "href" attribute
Default mutable constructor.
Immutable constructor.
| href | IRI that may be used to retrieve a representation of the resource being responded to. |
|---|---|
| ref | Persistent universally unique identifier of the resource being responded to. |
| source | IRI of an Atom Feed or Entry Document containing an atom:entry with an atom:id value equal to the value of the "ref" attribute. |
| type | Hint to the client about the media type of the resource identified by the "href" attribute. |
| obj |
|---|
Returns the extension description, specifying whether it is required, and whether it is repeatable.
| required | Whether it is required |
|---|---|
| repeatable | Whether it is repeatable |
Returns the IRI that may be used to retrieve a representation of the resource being responded to.
Returns the persistent universally unique identifier of the resource being responded to.
Returns the IRI of an Atom Feed or Entry Document containing an atom:entry with an atom:id value equal to the value of the "ref" attribute.
Returns the hint to the client about the media type of the resource identified by the "href" attribute.
Returns whether it has the IRI that may be used to retrieve a representation of the resource being responded to.
Returns whether it has the persistent universally unique identifier of the resource being responded to.
Returns whether it has the IRI of an Atom Feed or Entry Document containing an atom:entry with an atom:id value equal to the value of the "ref" attribute.
Returns whether it has the hint to the client about the media type of the resource identified by the "href" attribute.
Sets the IRI that may be used to retrieve a representation of the resource being responded to.
| href | IRI that may be used to retrieve a representation of the
resource being responded to or null to reset
|
|---|
Sets the persistent universally unique identifier of the resource being responded to.
| ref | Persistent universally unique identifier of the resource being
responded to or null to reset
|
|---|
Sets the IRI of an Atom Feed or Entry Document containing an atom:entry with an atom:id value equal to the value of the "ref" attribute.
| source | IRI of an Atom Feed or Entry Document containing an
atom:entry with an atom:id value equal to the value of the "ref"
attribute or null to reset
|
|---|
Sets the hint to the client about the media type of the resource identified by the "href" attribute.
| type | Hint to the client about the media type of the resource
identified by the "href" attribute or null to reset
|
|---|
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.