Package com.sforce.soap.partner
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 Summary
Modifier and TypeMethodDescriptionbooleanelement : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule java type: com.sforce.soap.partner.DescribeAnimationRule[]element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringgetSteps()element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep java type: com.sforce.soap.partner.DescribePathAssistantStep[]booleanisActive()voidsetActive(boolean active) voidsetAnimationRule(IDescribeAnimationRule[] animationRule) voidsetApiName(String apiName) voidvoidsetPathPicklistField(String pathPicklistField) voidsetPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType) voidsetRecordTypeId(String recordTypeId) voidsetSteps(IDescribePathAssistantStep[] steps)
-
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
-
getApiName
String getApiName()element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setApiName
-
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
getPathPicklistField
String getPathPicklistField()element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setPathPicklistField
-
getPicklistsForRecordType
IPicklistForRecordType[] getPicklistsForRecordType()element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[] -
setPicklistsForRecordType
-
getRecordTypeId
String getRecordTypeId()element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setRecordTypeId
-
getSteps
IDescribePathAssistantStep[] getSteps()element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep java type: com.sforce.soap.partner.DescribePathAssistantStep[] -
setSteps
-