public interface IPerformQuickActionRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getContextId()
element : contextId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getQuickActionName()
element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
ISObject[] |
getRecords()
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) |
String getContextId()
void setContextId(String contextId)
String getQuickActionName()
void setQuickActionName(String quickActionName)
ISObject[] getRecords()
void setRecords(ISObject[] records)
Copyright © 2015. All Rights Reserved.