|
GData JavaScript Client 2.1 | ||||||||
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 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |