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