Interface IDeleteByExampleResult

  • All Known Implementing Classes:
    DeleteByExampleResult

    public interface IDeleteByExampleResult
    This 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
      ISObject getEntity()
      element : entity of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      IError[] getErrors()
      element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
      long getRowCount()
      element : rowCount of type {http://www.w3.org/2001/XMLSchema}long java type: long
      boolean getSuccess()
      element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      boolean isSuccess()  
      void setEntity​(ISObject entity)  
      void setErrors​(IError[] errors)  
      void setRowCount​(long rowCount)  
      void setSuccess​(boolean success)  
    • Method Detail

      • getEntity

        ISObject getEntity()
        element : entity of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      • setEntity

        void setEntity​(ISObject entity)
      • 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)
      • getRowCount

        long getRowCount()
        element : rowCount of type {http://www.w3.org/2001/XMLSchema}long java type: long
      • setRowCount

        void setRowCount​(long rowCount)
      • 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)