|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.mediarss.MediaCategory
Describes a media category.
Defined in gdata.js
Field Summary | |
{string|undefined} |
$t
Text of the category. |
{string|undefined} |
label
Human readable label. |
{string|undefined} |
scheme
URI that identifies the categorization scheme. |
Constructor Summary | |
google.gdata.mediarss.MediaCategory(<Object> opt_params)
Constructs a media category using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getContent()
Returns the text of the category. |
string|undefined
|
getLabel()
Returns the human readable label. |
string|undefined
|
getScheme()
Returns the URI that identifies the categorization scheme. |
void
|
setContent(<string|undefined> content)
Sets the text of the category. |
void
|
setLabel(<string|undefined> label)
Sets the human readable label. |
void
|
setScheme(<string|undefined> scheme)
Sets the URI that identifies the categorization scheme. |
Field Detail |
{string|undefined} $t
{string|undefined} label
{string|undefined} scheme
Constructor Detail |
google.gdata.mediarss.MediaCategory(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: content, label, and scheme.
Method Detail |
string|undefined getContent()
string|undefined getLabel()
string|undefined getScheme()
void setContent(<string|undefined> content)
content
- Text of the category or undefined for none.
void setLabel(<string|undefined> label)
label
- Human readable label or undefined for none.
void setScheme(<string|undefined> scheme)
scheme
- URI that identifies the categorization scheme or undefined for none.
|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |