public interface IDescribeQuickActionResult
| Modifier and Type | Method and Description |
|---|---|
ShareAccessLevel |
getAccessLevelRequired()
element : accessLevelRequired of type {urn:partner.soap.sforce.com}ShareAccessLevel
java type: com.sforce.soap.partner.ShareAccessLevel
|
String |
getCanvasApplicationName()
element : canvasApplicationName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeColor[] |
getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor
java type: com.sforce.soap.partner.DescribeColor[]
|
String |
getContextSobjectType()
element : contextSobjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeQuickActionDefaultValue[] |
getDefaultValues()
element : defaultValues of type {urn:partner.soap.sforce.com}DescribeQuickActionDefaultValue
java type: com.sforce.soap.partner.DescribeQuickActionDefaultValue[]
|
Integer |
getHeight()
element : height of type {http://www.w3.org/2001/XMLSchema}int
java type: java.lang.Integer
|
String |
getIconName()
element : iconName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeIcon[] |
getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon
java type: com.sforce.soap.partner.DescribeIcon[]
|
String |
getIconUrl()
element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeLayoutSection[] |
getLayout()
element : layout of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
String |
getMiniIconUrl()
element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getTargetParentField()
element : targetParentField of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getTargetRecordTypeId()
element : targetRecordTypeId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getTargetSobjectType()
element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getVisualforcePageName()
element : visualforcePageName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
Integer |
getWidth()
element : width of type {http://www.w3.org/2001/XMLSchema}int
java type: java.lang.Integer
|
void |
setAccessLevelRequired(ShareAccessLevel accessLevelRequired) |
void |
setCanvasApplicationName(String canvasApplicationName) |
void |
setColors(IDescribeColor[] colors) |
void |
setContextSobjectType(String contextSobjectType) |
void |
setDefaultValues(IDescribeQuickActionDefaultValue[] defaultValues) |
void |
setHeight(Integer height) |
void |
setIconName(String iconName) |
void |
setIcons(IDescribeIcon[] icons) |
void |
setIconUrl(String iconUrl) |
void |
setLabel(String label) |
void |
setLayout(IDescribeLayoutSection[] layout) |
void |
setMiniIconUrl(String miniIconUrl) |
void |
setName(String name) |
void |
setTargetParentField(String targetParentField) |
void |
setTargetRecordTypeId(String targetRecordTypeId) |
void |
setTargetSobjectType(String targetSobjectType) |
void |
setType(String type) |
void |
setVisualforcePageName(String visualforcePageName) |
void |
setWidth(Integer width) |
ShareAccessLevel getAccessLevelRequired()
void setAccessLevelRequired(ShareAccessLevel accessLevelRequired)
String getCanvasApplicationName()
void setCanvasApplicationName(String canvasApplicationName)
IDescribeColor[] getColors()
void setColors(IDescribeColor[] colors)
String getContextSobjectType()
void setContextSobjectType(String contextSobjectType)
IDescribeQuickActionDefaultValue[] getDefaultValues()
void setDefaultValues(IDescribeQuickActionDefaultValue[] defaultValues)
Integer getHeight()
void setHeight(Integer height)
String getIconName()
void setIconName(String iconName)
String getIconUrl()
void setIconUrl(String iconUrl)
IDescribeIcon[] getIcons()
void setIcons(IDescribeIcon[] icons)
String getLabel()
void setLabel(String label)
IDescribeLayoutSection[] getLayout()
void setLayout(IDescribeLayoutSection[] layout)
String getMiniIconUrl()
void setMiniIconUrl(String miniIconUrl)
String getName()
void setName(String name)
String getTargetParentField()
void setTargetParentField(String targetParentField)
String getTargetRecordTypeId()
void setTargetRecordTypeId(String targetRecordTypeId)
String getTargetSobjectType()
void setTargetSobjectType(String targetSobjectType)
String getType()
void setType(String type)
String getVisualforcePageName()
void setVisualforcePageName(String visualforcePageName)
Integer getWidth()
void setWidth(Integer width)
Copyright © 2015. All Rights Reserved.