public interface IDescribePathAssistant
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
element : active of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
IDescribeAnimationRule[] |
getAnimationRule()
element : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule
java type: com.sforce.soap.partner.DescribeAnimationRule[]
|
java.lang.String |
getApiName()
element : apiName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getPathPicklistField()
element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IPicklistForRecordType[] |
getPicklistsForRecordType()
element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType
java type: com.sforce.soap.partner.PicklistForRecordType[]
|
java.lang.String |
getRecordTypeId()
element : recordTypeId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
IDescribePathAssistantStep[] |
getSteps()
element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep
java type: com.sforce.soap.partner.DescribePathAssistantStep[]
|
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setAnimationRule(IDescribeAnimationRule[] animationRule) |
void |
setApiName(java.lang.String apiName) |
void |
setLabel(java.lang.String label) |
void |
setPathPicklistField(java.lang.String pathPicklistField) |
void |
setPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType) |
void |
setRecordTypeId(java.lang.String recordTypeId) |
void |
setSteps(IDescribePathAssistantStep[] steps) |
boolean getActive()
boolean isActive()
void setActive(boolean active)
IDescribeAnimationRule[] getAnimationRule()
void setAnimationRule(IDescribeAnimationRule[] animationRule)
java.lang.String getApiName()
void setApiName(java.lang.String apiName)
java.lang.String getLabel()
void setLabel(java.lang.String label)
java.lang.String getPathPicklistField()
void setPathPicklistField(java.lang.String pathPicklistField)
IPicklistForRecordType[] getPicklistsForRecordType()
void setPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType)
java.lang.String getRecordTypeId()
void setRecordTypeId(java.lang.String recordTypeId)
IDescribePathAssistantStep[] getSteps()
void setSteps(IDescribePathAssistantStep[] steps)
Copyright © 2020. All Rights Reserved.