Interface IPicklistForRecordType

  • All Known Implementing Classes:
    PicklistForRecordType

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

      • getPicklistName

        String getPicklistName()
        element : picklistName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setPicklistName

        void setPicklistName​(String picklistName)
      • getPicklistValues

        IPicklistEntry[] getPicklistValues()
        element : picklistValues of type {urn:partner.soap.sforce.com}PicklistEntry java type: com.sforce.soap.partner.PicklistEntry[]
      • setPicklistValues

        void setPicklistValues​(IPicklistEntry[] picklistValues)