public class LeadConvertResult extends Object implements com.sforce.ws.bind.XMLizable, ILeadConvertResult
| Constructor and Description |
|---|
LeadConvertResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
element : accountId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getContactId()
element : contactId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
Error[] |
getErrors()
element : errors of type {urn:partner.soap.sforce.com}Error
java type: com.sforce.soap.partner.Error[]
|
String |
getLeadId()
element : leadId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getOpportunityId()
element : opportunityId 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 |
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 |
setAccountId(String accountId) |
void |
setContactId(String contactId) |
void |
setErrors(IError[] errors) |
void |
setLeadId(String leadId) |
void |
setOpportunityId(String opportunityId) |
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 String getAccountId()
ILeadConvertResultgetAccountId in interface ILeadConvertResultpublic void setAccountId(String accountId)
setAccountId in interface ILeadConvertResultpublic String getContactId()
ILeadConvertResultgetContactId in interface ILeadConvertResultpublic void setContactId(String contactId)
setContactId in interface ILeadConvertResultpublic Error[] getErrors()
ILeadConvertResultgetErrors in interface ILeadConvertResultpublic void setErrors(IError[] errors)
setErrors in interface ILeadConvertResultpublic String getLeadId()
ILeadConvertResultgetLeadId in interface ILeadConvertResultpublic void setLeadId(String leadId)
setLeadId in interface ILeadConvertResultpublic String getOpportunityId()
ILeadConvertResultgetOpportunityId in interface ILeadConvertResultpublic void setOpportunityId(String opportunityId)
setOpportunityId in interface ILeadConvertResultpublic boolean getSuccess()
ILeadConvertResultgetSuccess in interface ILeadConvertResultpublic boolean isSuccess()
isSuccess in interface ILeadConvertResultpublic void setSuccess(boolean success)
setSuccess in interface ILeadConvertResultpublic 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.