Package com.sforce.soap.partner
Interface IRetrieveQuickActionTemplates_element
- All Known Implementing Classes:
RetrieveQuickActionTemplates_element
public interface IRetrieveQuickActionTemplates_element
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.StringString[]element : quickActionNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]voidsetContextId(String contextId) voidsetQuickActionNames(String[] quickActionNames)
-
Method Details
-
getQuickActionNames
String[] getQuickActionNames()element : quickActionNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] -
setQuickActionNames
-
getContextId
String getContextId()element : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setContextId
-