Enum QuickActionLabel

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<QuickActionLabel>

    public enum QuickActionLabel
    extends java.lang.Enum<QuickActionLabel>
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Enum Constant Detail

      • LogACall

        public static final QuickActionLabel LogACall
        Enumeration : LogACall
      • LogANote

        public static final QuickActionLabel LogANote
        Enumeration : LogANote
      • NewRecordType

        public static final QuickActionLabel NewRecordType
        Enumeration : NewRecordType
      • NewChild

        public static final QuickActionLabel NewChild
        Enumeration : NewChild
      • NewChildRecordType

        public static final QuickActionLabel NewChildRecordType
        Enumeration : NewChildRecordType
      • CreateNew

        public static final QuickActionLabel CreateNew
        Enumeration : CreateNew
      • CreateNewRecordType

        public static final QuickActionLabel CreateNewRecordType
        Enumeration : CreateNewRecordType
      • SendEmail

        public static final QuickActionLabel SendEmail
        Enumeration : SendEmail
      • QuickRecordType

        public static final QuickActionLabel QuickRecordType
        Enumeration : QuickRecordType
      • EditDescription

        public static final QuickActionLabel EditDescription
        Enumeration : EditDescription
      • ChangeDueDate

        public static final QuickActionLabel ChangeDueDate
        Enumeration : ChangeDueDate
      • ChangePriority

        public static final QuickActionLabel ChangePriority
        Enumeration : ChangePriority
      • ChangeStatus

        public static final QuickActionLabel ChangeStatus
        Enumeration : ChangeStatus
      • SocialPost

        public static final QuickActionLabel SocialPost
        Enumeration : SocialPost
      • Escalate

        public static final QuickActionLabel Escalate
        Enumeration : Escalate
      • EscalateToRecord

        public static final QuickActionLabel EscalateToRecord
        Enumeration : EscalateToRecord
      • OfferFeedback

        public static final QuickActionLabel OfferFeedback
        Enumeration : OfferFeedback
      • RequestFeedback

        public static final QuickActionLabel RequestFeedback
        Enumeration : RequestFeedback
      • AddRecord

        public static final QuickActionLabel AddRecord
        Enumeration : AddRecord
      • AddMember

        public static final QuickActionLabel AddMember
        Enumeration : AddMember
      • ReplyAll

        public static final QuickActionLabel ReplyAll
        Enumeration : ReplyAll
      • ScheduleAppointment

        public static final QuickActionLabel ScheduleAppointment
        Enumeration : ScheduleAppointment
    • Field Detail

      • valuesToEnums

        public static java.util.Map<java.lang.String,​java.lang.String> valuesToEnums
    • Method Detail

      • values

        public static QuickActionLabel[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (QuickActionLabel c : QuickActionLabel.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static QuickActionLabel valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<QuickActionLabel>