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