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 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[]
      • 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[]
      • 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)