|
GData JavaScript Client 2.2 | ||||||||
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.maps.FeatureEntry
Describes a feature entry.
Defined in gdata.js
Field Summary | |
Object |
$batchIdClass_
|
Object |
$batchInterruptedClass_
|
Object |
$batchOperationClass_
|
Object |
$batchStatusClass_
|
Object |
$contentClass_
|
Object |
$customPropertiesClass_
|
Object |
$deletedClass_
|
Object |
$postalAddressClass_
|
Object |
$resourceIdClass_
|
Object |
$structuredPostalAddressClass_
|
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.maps.FeatureEntry(<Object> opt_params)
Constructs a feature entry using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
void
|
addCustomProperty(<google.gdata.CustomProperty|Object> customProperty)
Adds a new custom property. |
google.gdata.maps.MapsLink|undefined
|
getAtomFeedLink()
Returns the link that provides the URI of the full feed (without any query parameters). |
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. |
Array.<google.gdata.CustomProperty>
|
getCustomProperties()
Returns the custom properties. |
google.gdata.Deleted|undefined
|
getDeleted()
Returns the marker for deleted entries. |
google.gdata.PostalAddress|undefined
|
getPostalAddress()
Returns the postal address. |
google.gdata.ResourceId|undefined
|
getResourceId()
Returns the resource id. |
google.gdata.StructuredPostalAddress|undefined
|
getStructuredPostalAddress()
Returns the structured postal address. |
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
|
setCustomProperties(<Array.<google.gdata.CustomProperty>|Array.<Object>|undefined> customProperties)
Sets the custom properties. |
void
|
setDeleted(<google.gdata.Deleted|Object|undefined> deleted)
Sets the marker for deleted entries. |
void
|
setPostalAddress(<google.gdata.PostalAddress|Object|undefined> postalAddress)
Sets the postal address. |
void
|
setResourceId(<google.gdata.ResourceId|Object|undefined> resourceId)
Sets the resource id. |
void
|
setStructuredPostalAddress(<google.gdata.StructuredPostalAddress|Object|undefined> structuredPostalAddress)
Sets the structured postal address. |
Methods inherited from class google.gdata.Entry |
getControl, setControl, getEdited, setEdited, getEtag, setEtag, getKind, setKind, 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 $batchIdClass_
Object $batchInterruptedClass_
Object $batchOperationClass_
Object $batchStatusClass_
Object $contentClass_
Object $customPropertiesClass_
Object $deletedClass_
Object $postalAddressClass_
Object $resourceIdClass_
Object $structuredPostalAddressClass_
Constructor Detail |
google.gdata.maps.FeatureEntry(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: authors, batchId, batchInterrupted, batchOperation, batchStatus, categories, content, contributors, customProperties, deleted, edited, etag, id, links, postalAddress, published, resourceId, structuredPostalAddress, title, and updated.
Method Detail |
void addCustomProperty(<google.gdata.CustomProperty|Object> customProperty)
customProperty
- Custom property to add, or object to use as a parameter to the google.gdata.CustomProperty constructor.
google.gdata.maps.MapsLink|undefined getAtomFeedLink()
google.gdata.batch.Id|undefined getBatchId()
google.gdata.batch.Interrupted|undefined getBatchInterrupted()
google.gdata.batch.Operation|undefined getBatchOperation()
google.gdata.batch.Status|undefined getBatchStatus()
Array.<google.gdata.CustomProperty> getCustomProperties()
google.gdata.Deleted|undefined getDeleted()
google.gdata.PostalAddress|undefined getPostalAddress()
google.gdata.ResourceId|undefined getResourceId()
google.gdata.StructuredPostalAddress|undefined getStructuredPostalAddress()
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 setCustomProperties(<Array.<google.gdata.CustomProperty>|Array.<Object>|undefined> customProperties)
customProperties
- Custom properties, where each custom property is added using the addCustomProperty() function, or undefined to clear the custom properties.
void setDeleted(<google.gdata.Deleted|Object|undefined> deleted)
deleted
- Marker for deleted entries, or object to use as a parameter to the google.gdata.Deleted constructor, or undefined for none.
void setPostalAddress(<google.gdata.PostalAddress|Object|undefined> postalAddress)
postalAddress
- Postal address, or object to use as a parameter to the google.gdata.PostalAddress constructor, or undefined for none.
void setResourceId(<google.gdata.ResourceId|Object|undefined> resourceId)
resourceId
- Resource id, or object to use as a parameter to the google.gdata.ResourceId constructor, or undefined for none.
void setStructuredPostalAddress(<google.gdata.StructuredPostalAddress|Object|undefined> structuredPostalAddress)
structuredPostalAddress
- Structured postal address, or object to use as a parameter to the google.gdata.StructuredPostalAddress constructor, or undefined for none.
|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |