public interface IDescribeQuickActionListItemResult
| 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
|
IDescribeColor[] |
getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor
java type: com.sforce.soap.partner.DescribeColor[]
|
IDescribeIcon[] |
getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon
java type: com.sforce.soap.partner.DescribeIcon[]
|
java.lang.String |
getIconUrl()
element : iconUrl 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 |
getMiniIconUrl()
element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getQuickActionName()
element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getTargetSobjectType()
element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setAccessLevelRequired(ShareAccessLevel accessLevelRequired) |
void |
setColors(IDescribeColor[] colors) |
void |
setIcons(IDescribeIcon[] icons) |
void |
setIconUrl(java.lang.String iconUrl) |
void |
setLabel(java.lang.String label) |
void |
setMiniIconUrl(java.lang.String miniIconUrl) |
void |
setQuickActionName(java.lang.String quickActionName) |
void |
setTargetSobjectType(java.lang.String targetSobjectType) |
void |
setType(java.lang.String type) |
ShareAccessLevel getAccessLevelRequired()
void setAccessLevelRequired(ShareAccessLevel accessLevelRequired)
IDescribeColor[] getColors()
void setColors(IDescribeColor[] colors)
java.lang.String getIconUrl()
void setIconUrl(java.lang.String iconUrl)
IDescribeIcon[] getIcons()
void setIcons(IDescribeIcon[] icons)
java.lang.String getLabel()
void setLabel(java.lang.String label)
java.lang.String getMiniIconUrl()
void setMiniIconUrl(java.lang.String miniIconUrl)
java.lang.String getQuickActionName()
void setQuickActionName(java.lang.String quickActionName)
java.lang.String getTargetSobjectType()
void setTargetSobjectType(java.lang.String targetSobjectType)
java.lang.String getType()
void setType(java.lang.String type)
Copyright © 2020. All Rights Reserved.