|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.mediarss.MediaCredit
Describes a media credit.
Defined in gdata.js
Field Summary | |
{string|undefined} |
$t
Name of the entity. |
{string|undefined} |
role
Role the entity played. |
{string|undefined} |
scheme
URI that identifies the role scheme. |
Constructor Summary | |
google.gdata.mediarss.MediaCredit(<Object> opt_params)
Constructs a media credit using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getContent()
Returns the name of the entity. |
string|undefined
|
getRole()
Returns the role the entity played. |
string|undefined
|
getScheme()
Returns the URI that identifies the role scheme. |
void
|
setContent(<string|undefined> content)
Sets the name of the entity. |
void
|
setRole(<string|undefined> role)
Sets the role the entity played. |
void
|
setScheme(<string|undefined> scheme)
Sets the URI that identifies the role scheme. |
Field Detail |
{string|undefined} $t
{string|undefined} role
{string|undefined} scheme
Constructor Detail |
google.gdata.mediarss.MediaCredit(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: content, role, and scheme.
Method Detail |
string|undefined getContent()
string|undefined getRole()
string|undefined getScheme()
void setContent(<string|undefined> content)
content
- Name of the entity or undefined for none.
void setRole(<string|undefined> role)
role
- Role the entity played or undefined for none.
void setScheme(<string|undefined> scheme)
scheme
- URI that identifies the role scheme or undefined for none.
|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |