public class UpsertResult extends Object implements com.sforce.ws.bind.XMLizable, IUpsertResult
| Constructor and Description |
|---|
UpsertResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCreated()
element : created of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
Error[] |
getErrors()
element : errors of type {urn:partner.soap.sforce.com}Error
java type: com.sforce.soap.partner.Error[]
|
String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
boolean |
getSuccess()
element : success of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isCreated() |
boolean |
isSuccess() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setCreated(boolean created) |
void |
setErrors(IError[] errors) |
void |
setId(String id) |
void |
setSuccess(boolean success) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public boolean getCreated()
IUpsertResultgetCreated in interface IUpsertResultpublic boolean isCreated()
isCreated in interface IUpsertResultpublic void setCreated(boolean created)
setCreated in interface IUpsertResultpublic Error[] getErrors()
IUpsertResultgetErrors in interface IUpsertResultpublic void setErrors(IError[] errors)
setErrors in interface IUpsertResultpublic String getId()
IUpsertResultgetId in interface IUpsertResultpublic void setId(String id)
setId in interface IUpsertResultpublic boolean getSuccess()
IUpsertResultgetSuccess in interface IUpsertResultpublic boolean isSuccess()
isSuccess in interface IUpsertResultpublic void setSuccess(boolean success)
setSuccess in interface IUpsertResultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.