Package com.sforce.soap.partner
Interface IDescribeQuickActionListItemResult
-
- All Known Implementing Classes:
DescribeQuickActionListItemResult
public interface IDescribeQuickActionListItemResultThis 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 ShareAccessLevelgetAccessLevelRequired()element : accessLevelRequired of type {urn:partner.soap.sforce.com}ShareAccessLevel java type: com.sforce.soap.partner.ShareAccessLevelIDescribeColor[]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[]StringgetIconUrl()element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetMiniIconUrl()element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetQuickActionName()element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetTargetSobjectType()element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetType()element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetAccessLevelRequired(ShareAccessLevel accessLevelRequired)voidsetColors(IDescribeColor[] colors)voidsetIcons(IDescribeIcon[] icons)voidsetIconUrl(String iconUrl)voidsetLabel(String label)voidsetMiniIconUrl(String miniIconUrl)voidsetQuickActionName(String quickActionName)voidsetTargetSobjectType(String targetSobjectType)voidsetType(String type)
-
-
-
Method Detail
-
getAccessLevelRequired
ShareAccessLevel getAccessLevelRequired()
element : accessLevelRequired of type {urn:partner.soap.sforce.com}ShareAccessLevel java type: com.sforce.soap.partner.ShareAccessLevel
-
setAccessLevelRequired
void setAccessLevelRequired(ShareAccessLevel accessLevelRequired)
-
getColors
IDescribeColor[] getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]
-
setColors
void setColors(IDescribeColor[] colors)
-
getIconUrl
String getIconUrl()
element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setIconUrl
void setIconUrl(String iconUrl)
-
getIcons
IDescribeIcon[] getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]
-
setIcons
void setIcons(IDescribeIcon[] icons)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getMiniIconUrl
String getMiniIconUrl()
element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setMiniIconUrl
void setMiniIconUrl(String miniIconUrl)
-
getQuickActionName
String getQuickActionName()
element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setQuickActionName
void setQuickActionName(String quickActionName)
-
getTargetSobjectType
String getTargetSobjectType()
element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setTargetSobjectType
void setTargetSobjectType(String targetSobjectType)
-
getType
String getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setType
void setType(String type)
-
-