| com.google.gdata.data.photos.TagData |
Known Indirect Subclasses
|
Basic extension to include tag-specific data, this is the shared interface
for all tag objects in the Picasaweb GData api. To view or set the actual
content of a tag clients should use getContent() and
setContent(TextConstruct).
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | The unqualified kind for a tag. | |||||||||
| String | TAG_KIND | The fully qualified kind term for tags. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TAG_CATEGORY | A category object for tags. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The weight of the tag is the number of times the tag appears in the
collection of tags currently being viewed.
| |||||||||||
Set the weight of the tag.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.gdata.data.photos.Extensible
| |||||||||||
From interface
com.google.gdata.data.photos.GphotoData
| |||||||||||
The unqualified kind for a tag.
The fully qualified kind term for tags.
A category object for tags. All tag objects will have this set.
The weight of the tag is the number of times the tag appears in the collection of tags currently being viewed. This is a server-provided context sensitive measure of how often the tag is used, and can be used to implement tag-cloud like views.
| ParseException |
|---|
Set the weight of the tag. Used by the server, this field is read only on the client.
| weight |
|---|