Interface IDescribeQuickActionParameter

All Known Implementing Classes:
DescribeQuickActionParameter

public interface IDescribeQuickActionParameter
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Details

    • getParameterName

      String getParameterName()
      element : parameterName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setParameterName

      void setParameterName(String parameterName)
    • getParameterType

      QuickActionParameterType getParameterType()
      element : parameterType of type {urn:partner.soap.sforce.com}QuickActionParameterType java type: com.sforce.soap.partner.QuickActionParameterType
    • setParameterType

      void setParameterType(QuickActionParameterType parameterType)
    • getParameterValue

      String getParameterValue()
      element : parameterValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setParameterValue

      void setParameterValue(String parameterValue)