Package com.sforce.soap.partner
Interface IDescribeAnimationRule
-
- All Known Implementing Classes:
DescribeAnimationRule
public interface IDescribeAnimationRuleThis 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 StringgetAnimationFrequency()element : animationFrequency of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetIsActive()element : isActive of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetRecordTypeContext()element : recordTypeContext of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetRecordTypeId()element : recordTypeId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetTargetField()element : targetField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetTargetFieldChangeToValues()element : targetFieldChangeToValues of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisIsActive()voidsetAnimationFrequency(String animationFrequency)voidsetIsActive(boolean isActive)voidsetRecordTypeContext(String recordTypeContext)voidsetRecordTypeId(String recordTypeId)voidsetTargetField(String targetField)voidsetTargetFieldChangeToValues(String targetFieldChangeToValues)
-
-
-
Method Detail
-
getAnimationFrequency
String getAnimationFrequency()
element : animationFrequency of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setAnimationFrequency
void setAnimationFrequency(String animationFrequency)
-
getIsActive
boolean getIsActive()
element : isActive of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIsActive
boolean isIsActive()
-
setIsActive
void setIsActive(boolean isActive)
-
getRecordTypeContext
String getRecordTypeContext()
element : recordTypeContext of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setRecordTypeContext
void setRecordTypeContext(String recordTypeContext)
-
getRecordTypeId
String getRecordTypeId()
element : recordTypeId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setRecordTypeId
void setRecordTypeId(String recordTypeId)
-
getTargetField
String getTargetField()
element : targetField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setTargetField
void setTargetField(String targetField)
-
getTargetFieldChangeToValues
String getTargetFieldChangeToValues()
element : targetFieldChangeToValues of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setTargetFieldChangeToValues
void setTargetFieldChangeToValues(String targetFieldChangeToValues)
-
-