Package com.sforce.soap.partner
Interface ILeadConvertResult
-
- All Known Implementing Classes:
LeadConvertResult
public interface ILeadConvertResultThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccountId()element : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetContactId()element : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringIError[]getErrors()element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]StringgetLeadId()element : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetOpportunityId()element : opportunityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetRelatedPersonAccountId()element : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringbooleangetSuccess()element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisSuccess()voidsetAccountId(String accountId)voidsetContactId(String contactId)voidsetErrors(IError[] errors)voidsetLeadId(String leadId)voidsetOpportunityId(String opportunityId)voidsetRelatedPersonAccountId(String relatedPersonAccountId)voidsetSuccess(boolean success)
-
-
-
Method Detail
-
getAccountId
String getAccountId()
element : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setAccountId
void setAccountId(String accountId)
-
getContactId
String getContactId()
element : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setContactId
void setContactId(String contactId)
-
getErrors
IError[] getErrors()
element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
-
setErrors
void setErrors(IError[] errors)
-
getLeadId
String getLeadId()
element : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setLeadId
void setLeadId(String leadId)
-
getOpportunityId
String getOpportunityId()
element : opportunityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setOpportunityId
void setOpportunityId(String opportunityId)
-
getRelatedPersonAccountId
String getRelatedPersonAccountId()
element : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setRelatedPersonAccountId
void setRelatedPersonAccountId(String relatedPersonAccountId)
-
getSuccess
boolean getSuccess()
element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isSuccess
boolean isSuccess()
-
setSuccess
void setSuccess(boolean success)
-
-