|
GData JavaScript Client 1.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.threading.InReplyTo
Indicates that this entry is a response to another resource.
Defined in gdata.js
Field Summary | |
{String|undefined} |
href
IRI that may be used to retrieve a representation of the resource being responded to. |
{String|undefined} |
ref
Persistent universally unique identifier of the resource being responded to. |
{String|undefined} |
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. |
{String|undefined} |
type
Hint to the client about the media type of the resource identified by the "href" attribute. |
Constructor Summary | |
google.gdata.threading.InReplyTo(<Object> opt_params)
Constructs an in reply to using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
String|undefined
|
getHref()
Returns the IRI that may be used to retrieve a representation of the resource being responded to. |
String|undefined
|
getRef()
Returns the persistent universally unique identifier of the resource being responded to. |
String|undefined
|
getSource()
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. |
String|undefined
|
getType()
Returns the hint to the client about the media type of the resource identified by the "href" attribute. |
void
|
setHref(<String|undefined> href)
Sets the IRI that may be used to retrieve a representation of the resource being responded to. |
void
|
setRef(<String|undefined> ref)
Sets the persistent universally unique identifier of the resource being responded to. |
void
|
setSource(<String|undefined> source)
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. |
void
|
setType(<String|undefined> type)
Sets the hint to the client about the media type of the resource identified by the "href" attribute. |
Field Detail |
{String|undefined} href
{String|undefined} ref
{String|undefined} source
{String|undefined} type
Constructor Detail |
google.gdata.threading.InReplyTo(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: href, ref, source, and type
Method Detail |
String|undefined getHref()
String|undefined getRef()
String|undefined getSource()
String|undefined getType()
void setHref(<String|undefined> href)
href
- IRI that may be used to retrieve a representation of the resource being responded to or undefined for none
void setRef(<String|undefined> ref)
ref
- Persistent universally unique identifier of the resource being responded to or undefined for none
void setSource(<String|undefined> source)
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 undefined for none
void setType(<String|undefined> type)
type
- Hint to the client about the media type of the resource identified by the "href" attribute or undefined for none
|
GData JavaScript Client 1.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |