Interface IDescribeQuickActionDefaultValue

All Known Implementing Classes:
DescribeQuickActionDefaultValue

public interface IDescribeQuickActionDefaultValue
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 : defaultValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    setDefaultValue(String defaultValue)
     
    void
     
  • Method Details

    • getDefaultValue

      String getDefaultValue()
      element : defaultValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setDefaultValue

      void setDefaultValue(String defaultValue)
    • getField

      String getField()
      element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setField

      void setField(String field)