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 Type
    Method
    Description
    element : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : quickActionNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
    void
    setContextId(String contextId)
     
    void
    setQuickActionNames(String[] quickActionNames)
     
  • Method Details

    • getQuickActionNames

      String[] getQuickActionNames()
      element : quickActionNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
    • setQuickActionNames

      void setQuickActionNames(String[] quickActionNames)
    • getContextId

      String getContextId()
      element : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    • setContextId

      void setContextId(String contextId)