Package com.sforce.soap.partner
Interface IPerformQuickActionRequest
-
- All Known Implementing Classes:
PerformQuickActionRequest
public interface IPerformQuickActionRequestThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContextId()element : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetQuickActionName()element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringISObject[]getRecords()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 Detail
-
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)
-
-