Interface IUpsertResult

  • All Known Implementing Classes:
    UpsertResult

    public interface IUpsertResult
    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
      boolean getCreated()
      element : created of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      IError[] 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 setCreated​(boolean created)  
      void setErrors​(IError[] errors)  
      void setId​(String id)  
      void setSuccess​(boolean success)  
    • Method Detail

      • getCreated

        boolean getCreated()
        element : created of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isCreated

        boolean isCreated()
      • setCreated

        void setCreated​(boolean created)
      • 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)
      • getId

        String getId()
        element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setId

        void setId​(String id)
      • 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)