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 Summary

    Modifier and Type
    Method
    Description
    element : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    boolean
    element : created of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
    element : feedItemIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
    element : ids of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
    boolean
    element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : successMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
     
    boolean
     
    void
    setContextId(String contextId)
     
    void
    setCreated(boolean created)
     
    void
    setErrors(IError[] errors)
     
    void
    setFeedItemIds(String[] feedItemIds)
     
    void
    setIds(String[] ids)
     
    void
    setSuccess(boolean success)
     
    void
    setSuccessMessage(String successMessage)
     
  • Method Details

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