Package com.sforce.soap.partner
Interface IRetrieveMassQuickActionTemplates_element
- All Known Implementing Classes:
RetrieveMassQuickActionTemplates_element
public interface IRetrieveMassQuickActionTemplates_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 TypeMethodDescriptionString[]element : contextIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetContextIds(String[] contextIds) voidsetQuickActionName(String quickActionName)
-
Method Details
-
getQuickActionName
String getQuickActionName()element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setQuickActionName
-
getContextIds
String[] getContextIds()element : contextIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[] -
setContextIds
-