| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.batch.BatchStatus | ||
Entry extension for the element <batch:status>, which contains
status information returned by the server about how an entry was processed
in a batch operation.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| content | |||||||||||
| contentType | |||||||||||
| reason | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an empty BatchStatus.
| |||||||||||
Creates a BatchStatus and initializes it
based on an exception.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a Success status object.
| |||||||||||
Creates a 200 Success status object.
| |||||||||||
Generate an Atom XML representation of the current object.
| |||||||||||
Returns the HTTP response code for this status.
| |||||||||||
Gets error message.
| |||||||||||
Gets mime type for the content of this error.
| |||||||||||
Returns the suggested extension description.
| |||||||||||
Parses XML in the Atom format and uses it to set field values.
| |||||||||||
Returns a short message describing this status.
| |||||||||||
Sets HTTP response code.
| |||||||||||
Sets error message.
| |||||||||||
Sets mime type for the content of this error.
| |||||||||||
Sets a short message describing this status.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.batch.IBatchStatus
| |||||||||||
Creates an empty BatchStatus.
Creates a BatchStatus and initializes it based on an exception.
| e |
|---|
Generate an Atom XML representation of the current object.
| w | XML writer |
|---|---|
| extProfile | Extension profile |
| IOException |
|---|
Returns the HTTP response code for this status.
Gets error message.
Gets mime type for the content of this error.
Returns the suggested extension description.
Parses XML in the Atom format and uses it to set field values.
| extProfile | Extension profile |
|---|---|
| namespace | Extension namespace |
| localName | Tag name, without the namespace prefix |
| attrs | XML attributes |
| ParseException | if the current element is not a valid batch:atom element |
|---|
Returns a short message describing this status.
Sets HTTP response code.
| code |
|---|
Sets error message. Its type must correspond to the content type.
| content |
|---|
Sets mime type for the content of this error.
| contentType |
|---|
Sets a short message describing this status.
| reason |
|---|