Package com.sforce.soap.partner
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 TypeMethodDescriptionelement : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringISObject[]element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]voidsetContextId(String contextId) voidsetQuickActionName(String quickActionName) voidsetRecords(ISObject[] records)
-
Method Details
-
getContextId
String getContextId()element : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setContextId
-
getQuickActionName
String getQuickActionName()element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setQuickActionName
-
getRecords
ISObject[] getRecords()element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[] -
setRecords
-