Interface ILeadConvertResult

All Known Implementing Classes:
LeadConvertResult

public interface ILeadConvertResult
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Details

    • 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)