|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.EntryLink
Describes a nested entry link.
Defined in gdata.js
Field Summary | |
Object |
$entryClass_
|
{google.gdata.Entry|undefined} |
entry
Nested entry. |
{string|undefined} |
href
Entry URI. |
{string|undefined} |
readOnly
Whether the contained entry is read-only. |
{string|undefined} |
rel
Entry relation type. |
Constructor Summary | |
google.gdata.EntryLink(<Object> opt_params)
Constructs a nested entry link using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
google.gdata.Entry|undefined
|
getEntry()
Returns the nested entry. |
string|undefined
|
getHref()
Returns the entry URI. |
boolean|undefined
|
getReadOnly()
Returns whether the contained entry is read-only. |
string|undefined
|
getRel()
Returns the entry relation type. |
void
|
setEntry(<google.gdata.Entry|Object|undefined> entry)
Sets the nested entry. |
void
|
setHref(<string|undefined> href)
Sets the entry URI. |
void
|
setReadOnly(<boolean|undefined> readOnly)
Sets whether the contained entry is read-only. |
void
|
setRel(<string|undefined> rel)
Sets the entry relation type. |
Field Detail |
Object $entryClass_
{google.gdata.Entry|undefined} entry
{string|undefined} href
{string|undefined} readOnly
{string|undefined} rel
Constructor Detail |
google.gdata.EntryLink(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: entry, href, readOnly, and rel.
Method Detail |
google.gdata.Entry|undefined getEntry()
string|undefined getHref()
boolean|undefined getReadOnly()
string|undefined getRel()
void setEntry(<google.gdata.Entry|Object|undefined> entry)
entry
- Nested entry, or object to use as a parameter to the google.gdata.Entry constructor, or undefined for none.
void setHref(<string|undefined> href)
href
- Entry URI or undefined for none.
void setReadOnly(<boolean|undefined> readOnly)
readOnly
- Whether the contained entry is read-only or undefined for none.
void setRel(<string|undefined> rel)
rel
- Entry relation type or undefined for none.
|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |