| java.lang.Object | |
| ↳ | com.google.gdata.data.batch.BatchId |
Entry extension for <batch:id> tags.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a BatchId object.
| |||||||||||
Creates a BatchId object without ID.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates an XML representation for the extension.
| |||||||||||
Returns the suggested extension description.
| |||||||||||
Gets an XML element handler for the extension.
| |||||||||||
Gets the id.
| |||||||||||
Convenience method for getting a batchId from
an entry if it's there.
| |||||||||||
Sets the id.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
Creates a BatchId object.
| id |
|---|
Creates a BatchId object without ID.
Generates an XML representation for the extension.
| w | XML writer |
|---|---|
| extProfile | Extension profile |
| IOException |
|---|
Returns the suggested extension description.
Gets an XML element handler for the extension.
| extProfile | Extension profile |
|---|---|
| namespace | Extension namespace |
| localName | Tag name, without the namespace prefix |
| attrs | Tag attributes |
Gets the id.
Convenience method for getting a batchId from an entry if it's there.
| entry |
|---|
Sets the id.
| id |
|---|