com.sforce.soap.partner.IDescribePathAssistant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of force-partner-api Show documentation
Show all versions of force-partner-api Show documentation
Force.com Web Service Connector
The 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 : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule
* java type: com.sforce.soap.partner.DescribeAnimationRule[]
*/
public com.sforce.soap.partner.IDescribeAnimationRule[] getAnimationRule();
public void setAnimationRule(com.sforce.soap.partner.IDescribeAnimationRule[] animationRule);
/**
* 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 - 2025 Weber Informatics LLC | Privacy Policy