Interface IDescribePathAssistant

All Known Implementing Classes:
DescribePathAssistant

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

    • getActive

      boolean getActive()
      element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isActive

      boolean isActive()
    • setActive

      void setActive(boolean active)
    • getAnimationRule

      IDescribeAnimationRule[] getAnimationRule()
      element : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule java type: com.sforce.soap.partner.DescribeAnimationRule[]
    • setAnimationRule

      void setAnimationRule(IDescribeAnimationRule[] animationRule)
    • getApiName

      String getApiName()
      element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setApiName

      void setApiName(String apiName)
    • getLabel

      String getLabel()
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setLabel

      void setLabel(String label)
    • getPathPicklistField

      String getPathPicklistField()
      element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setPathPicklistField

      void setPathPicklistField(String pathPicklistField)
    • getPicklistsForRecordType

      IPicklistForRecordType[] getPicklistsForRecordType()
      element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]
    • setPicklistsForRecordType

      void setPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType)
    • getRecordTypeId

      String getRecordTypeId()
      element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    • setRecordTypeId

      void setRecordTypeId(String recordTypeId)
    • getSteps

      element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep java type: com.sforce.soap.partner.DescribePathAssistantStep[]
    • setSteps

      void setSteps(IDescribePathAssistantStep[] steps)