Package com.sforce.soap.partner
Interface IDescribeQuickActionListItemResult
- All Known Implementing Classes:
DescribeQuickActionListItemResult
public interface IDescribeQuickActionListItemResult
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionelement : accessLevelRequired of type {urn:partner.soap.sforce.com}ShareAccessLevel java type: com.sforce.soap.partner.ShareAccessLevelelement : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]getIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetType()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) voidvoidsetMiniIconUrl(String miniIconUrl) voidsetQuickActionName(String quickActionName) voidsetTargetSobjectType(String targetSobjectType) void
-
Method Details
-
getAccessLevelRequired
ShareAccessLevel getAccessLevelRequired()element : accessLevelRequired of type {urn:partner.soap.sforce.com}ShareAccessLevel java type: com.sforce.soap.partner.ShareAccessLevel -
getColors
IDescribeColor[] getColors()element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[] -
setColors
-
getIconUrl
String getIconUrl()element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setIconUrl
-
getIcons
IDescribeIcon[] getIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[] -
setIcons
-
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
getMiniIconUrl
String getMiniIconUrl()element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMiniIconUrl
-
getQuickActionName
String getQuickActionName()element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setQuickActionName
-
getTargetSobjectType
String getTargetSobjectType()element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setTargetSobjectType
-
getType
String getType()element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setType
-