| java.lang.Object | |
| ↳ | com.sforce.async.Result |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | NAMESPACE | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| created | |||||||||||
| created__is_set | |||||||||||
| created__typeInfo | element : created of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean | ||||||||||
| errors | |||||||||||
| errors__is_set | |||||||||||
| errors__typeInfo | element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.wsc.Error[] | ||||||||||
| id | |||||||||||
| id__is_set | |||||||||||
| id__typeInfo | element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String | ||||||||||
| success | |||||||||||
| success__is_set | |||||||||||
| success__typeInfo | element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
load the fileds/children from the specified xml stream
| |||||||||||
write this instace as xml.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.sforce.ws.bind.XMLizable
| |||||||||||
element : created of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.wsc.Error[]
element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
load the fileds/children from the specified xml stream
| __in | Xml input stream from which the data is read |
|---|---|
| __typeMapper | Type mapper to be used |
| ConnectionException | |
|---|---|
| IOException |
| created |
|---|
| id |
|---|
| success |
|---|
write this instace as xml.
| __element | Xml element name |
|---|---|
| __out | Xml output stream |
| __typeMapper | Type mapper to be used |
| IOException |
|---|
| __out | |
|---|---|
| __typeMapper |
| IOException |
|---|