Interface IPerformQuickActionResult

  • All Known Implementing Classes:
    PerformQuickActionResult

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

      • getContextId

        String getContextId()
        element : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setContextId

        void setContextId​(String contextId)
      • 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)
      • getFeedItemIds

        String[] getFeedItemIds()
        element : feedItemIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
      • setFeedItemIds

        void setFeedItemIds​(String[] feedItemIds)
      • getIds

        String[] getIds()
        element : ids of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
      • setIds

        void setIds​(String[] ids)
      • 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)
      • getSuccessMessage

        String getSuccessMessage()
        element : successMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setSuccessMessage

        void setSuccessMessage​(String successMessage)