Interface ObjectPicklistDependency


public interface ObjectPicklistDependency
Provides methods to retrieve object picklist dependency metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the controlling value of the given object picklist dependency.
    Retrieves the dependent picklist values of the given object picklist dependency.
  • Method Details

    • getControllingValue

      String getControllingValue()
      Retrieves the controlling value of the given object picklist dependency.
      Returns:
      the non-null controlling field value name. For example, "english__c".
    • getPicklistValues

      List<String> getPicklistValues()
      Retrieves the dependent picklist values of the given object picklist dependency.
      Returns:
      a List of the non-null dependent picklist value names. For example, "canada__c", "japan__c", "mexico__c".