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 Type
    Method
    Description
    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.String
    void
    setContextIds(String[] contextIds)
     
    void
    setQuickActionName(String quickActionName)
     
  • Method Details

    • getQuickActionName

      String getQuickActionName()
      element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setQuickActionName

      void setQuickActionName(String quickActionName)
    • getContextIds

      String[] getContextIds()
      element : contextIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
    • setContextIds

      void setContextIds(String[] contextIds)