Interface IPerformQuickActionRequest

All Known Implementing Classes:
PerformQuickActionRequest

public interface IPerformQuickActionRequest
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
    element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]
    void
    setContextId(String contextId)
     
    void
    setQuickActionName(String quickActionName)
     
    void
    setRecords(ISObject[] records)
     
  • 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)
    • getQuickActionName

      String getQuickActionName()
      element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setQuickActionName

      void setQuickActionName(String quickActionName)
    • getRecords

      ISObject[] getRecords()
      element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]
    • setRecords

      void setRecords(ISObject[] records)