Package com.sforce.soap.partner
Interface IDescribePathAssistant
-
- All Known Implementing Classes:
DescribePathAssistant
public interface IDescribePathAssistantThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetActive()element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanIDescribeAnimationRule[]getAnimationRule()element : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule java type: com.sforce.soap.partner.DescribeAnimationRule[]StringgetApiName()element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetPathPicklistField()element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIPicklistForRecordType[]getPicklistsForRecordType()element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]StringgetRecordTypeId()element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringIDescribePathAssistantStep[]getSteps()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)voidsetLabel(String label)voidsetPathPicklistField(String pathPicklistField)voidsetPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType)voidsetRecordTypeId(String recordTypeId)voidsetSteps(IDescribePathAssistantStep[] steps)
-
-
-
Method Detail
-
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
IDescribePathAssistantStep[] getSteps()
element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep java type: com.sforce.soap.partner.DescribePathAssistantStep[]
-
setSteps
void setSteps(IDescribePathAssistantStep[] steps)
-
-