All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sforce.soap.partner.IDescribePathAssistant Maven / Gradle / Ivy

There is a newer version: 7.4.3.112-ga112
Show newest version
package com.sforce.soap.partner;

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

      /**
       * element : active of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getActive();

      public boolean isActive();

      public void setActive(boolean active);

      /**
       * element : apiName of type {http://www.w3.org/2001/XMLSchema}string
       * java type: java.lang.String
       */

      public java.lang.String getApiName();

      public void setApiName(java.lang.String apiName);

      /**
       * element : label of type {http://www.w3.org/2001/XMLSchema}string
       * java type: java.lang.String
       */

      public java.lang.String getLabel();

      public void setLabel(java.lang.String label);

      /**
       * element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string
       * java type: java.lang.String
       */

      public java.lang.String getPathPicklistField();

      public void setPathPicklistField(java.lang.String pathPicklistField);

      /**
       * element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType
       * java type: com.sforce.soap.partner.PicklistForRecordType[]
       */

      public com.sforce.soap.partner.IPicklistForRecordType[] getPicklistsForRecordType();

      public void setPicklistsForRecordType(com.sforce.soap.partner.IPicklistForRecordType[] picklistsForRecordType);

      /**
       * element : recordTypeId of type {urn:partner.soap.sforce.com}ID
       * java type: java.lang.String
       */

      public java.lang.String getRecordTypeId();

      public void setRecordTypeId(java.lang.String recordTypeId);

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

      public com.sforce.soap.partner.IDescribePathAssistantStep[] getSteps();

      public void setSteps(com.sforce.soap.partner.IDescribePathAssistantStep[] steps);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy