|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.atom.Entry | +--google.gdata.Entry | +--google.gdata.gbase.ItemTypesEntry
Describes an entry in the feed of public item types.
Defined in gdata.js
Field Summary | |
Object |
$attributesClass_
|
Object |
$batchIdClass_
|
Object |
$batchInterruptedClass_
|
Object |
$batchOperationClass_
|
Object |
$batchStatusClass_
|
Object |
$itemTypeClass_
|
Fields inherited from class google.gdata.Entry |
$controlClass_, $editedClass_
|
Fields inherited from class google.gdata.atom.Entry |
$authorsClass_, $categoriesClass_, $contentClass_, $contributorsClass_, $idClass_, $linksClass_, $publishedClass_, $rightsClass_, $summaryClass_, $titleClass_, $updatedClass_, author, category, content, contributor, id, link, published, rights, summary, title, updated, xmlns
|
Constructor Summary | |
google.gdata.gbase.ItemTypesEntry(<Object> opt_params)
Constructs a Google Base item type entry using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
google.gdata.gbase.GmAttributes|undefined
|
getAttributes()
Returns the gm attributes. |
google.gdata.batch.Id|undefined
|
getBatchId()
Returns the batch identifier. |
google.gdata.batch.Interrupted|undefined
|
getBatchInterrupted()
Returns the batch interruption information. |
google.gdata.batch.Operation|undefined
|
getBatchOperation()
Returns the batch operation. |
google.gdata.batch.Status|undefined
|
getBatchStatus()
Returns the batch response status information. |
google.gdata.gbase.GmItemType|undefined
|
getItemType()
Returns the item type as defined in /itemtypes feed. |
google.gdata.Link|undefined
|
getRelatedLink()
Returns the link that provides the URI of a related link to the entry. |
void
|
setAttributes(<google.gdata.gbase.GmAttributes|Object|undefined> attributes)
Sets the gm attributes. |
void
|
setBatchId(<google.gdata.batch.Id|Object|undefined> batchId)
Sets the batch identifier. |
void
|
setBatchInterrupted(<google.gdata.batch.Interrupted|Object|undefined> batchInterrupted)
Sets the batch interruption information. |
void
|
setBatchOperation(<google.gdata.batch.Operation|Object|undefined> batchOperation)
Sets the batch operation. |
void
|
setBatchStatus(<google.gdata.batch.Status|Object|undefined> batchStatus)
Sets the batch response status information. |
void
|
setItemType(<google.gdata.gbase.GmItemType|Object|undefined> itemType)
Sets the item type as defined in /itemtypes feed. |
Methods inherited from class google.gdata.Entry |
getControl, setControl, getEdited, setEdited, getEtag, setEtag, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
Methods inherited from class google.gdata.atom.Entry |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContent, setContent, getContributors, setContributors, addContributor, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getRights, setRights, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated
|
Field Detail |
Object $attributesClass_
Object $batchIdClass_
Object $batchInterruptedClass_
Object $batchOperationClass_
Object $batchStatusClass_
Object $itemTypeClass_
Constructor Detail |
google.gdata.gbase.ItemTypesEntry(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: attributes, authors, batchId, batchInterrupted, batchOperation, batchStatus, categories, content, etag, id, itemType, links, title, and updated.
Method Detail |
google.gdata.gbase.GmAttributes|undefined getAttributes()
google.gdata.batch.Id|undefined getBatchId()
google.gdata.batch.Interrupted|undefined getBatchInterrupted()
google.gdata.batch.Operation|undefined getBatchOperation()
google.gdata.batch.Status|undefined getBatchStatus()
google.gdata.gbase.GmItemType|undefined getItemType()
google.gdata.Link|undefined getRelatedLink()
void setAttributes(<google.gdata.gbase.GmAttributes|Object|undefined> attributes)
attributes
- Gm attributes, or object to use as a parameter to the google.gdata.gbase.GmAttributes constructor, or undefined for none.
void setBatchId(<google.gdata.batch.Id|Object|undefined> batchId)
batchId
- Batch identifier, or object to use as a parameter to the google.gdata.batch.Id constructor, or undefined for none.
void setBatchInterrupted(<google.gdata.batch.Interrupted|Object|undefined> batchInterrupted)
batchInterrupted
- Batch interruption information, or object to use as a parameter to the google.gdata.batch.Interrupted constructor, or undefined for none.
void setBatchOperation(<google.gdata.batch.Operation|Object|undefined> batchOperation)
batchOperation
- Batch operation, or object to use as a parameter to the google.gdata.batch.Operation constructor, or undefined for none.
void setBatchStatus(<google.gdata.batch.Status|Object|undefined> batchStatus)
batchStatus
- Batch response status information, or object to use as a parameter to the google.gdata.batch.Status constructor, or undefined for none.
void setItemType(<google.gdata.gbase.GmItemType|Object|undefined> itemType)
itemType
- Item type as defined in /itemtypes feed, or object to use as a parameter to the google.gdata.gbase.GmItemType constructor, or undefined for none.
|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |