Package com.sforce.soap.partner
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 Summary
Modifier and TypeMethodDescriptionelement : picklistName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : picklistValues of type {urn:partner.soap.sforce.com}PicklistEntry java type: com.sforce.soap.partner.PicklistEntry[]voidsetPicklistName(String picklistName) voidsetPicklistValues(IPicklistEntry[] picklistValues)
-
Method Details
-
getPicklistName
String getPicklistName()element : picklistName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setPicklistName
-
getPicklistValues
IPicklistEntry[] getPicklistValues()element : picklistValues of type {urn:partner.soap.sforce.com}PicklistEntry java type: com.sforce.soap.partner.PicklistEntry[] -
setPicklistValues
-