Package com.sforce.soap.metadata
Enum Class QuickActionLabel
- All Implemented Interfaces:
Serializable,Comparable<QuickActionLabel>,java.lang.constant.Constable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnumeration : AcceptBroadcastEnumeration : AddMemberEnumeration : AddRecordEnumeration : AssetHierarchyEnumeration : ChangeDueDateEnumeration : ChangePriorityEnumeration : ChangeStatusEnumeration : CloseCaseEnumeration : CreateNewEnumeration : CreateNewRecordTypeEnumeration : DeferEnumeration : EditDescriptionEnumeration : EnrollInProgramEnumeration : EscalateEnumeration : EscalateToRecordEnumeration : ForwardEnumeration : LaunchDataCaptureEnumeration : LogACallEnumeration : LogANoteEnumeration : ModifyAppointmentEnumeration : NewEnumeration : NewChildEnumeration : NewChildRecordTypeEnumeration : NewQuoteEnumeration : NewRecordTypeEnumeration : OfferFeedbackEnumeration : PartReturnRequestEnumeration : PatientDetailsEnumeration : PerformCountEnumeration : QuickEnumeration : QuickRecordTypeEnumeration : QuipEnumeration : RelocateAssetEnumeration : ReplaceAssetEnumeration : ReplyEnumeration : ReplyAllEnumeration : RequestFeedbackEnumeration : ScheduleAppointmentEnumeration : SelectCoverageEnumeration : SendConversationMessageEnumeration : SendEmailEnumeration : SocialPostEnumeration : UpdateEnumeration : ViewCoverage -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontoString()static QuickActionLabelReturns the enum constant of this class with the specified name.static QuickActionLabel[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LogACall
Enumeration : LogACall -
LogANote
Enumeration : LogANote -
New
Enumeration : New -
NewRecordType
Enumeration : NewRecordType -
Update
Enumeration : Update -
NewChild
Enumeration : NewChild -
NewChildRecordType
Enumeration : NewChildRecordType -
CreateNew
Enumeration : CreateNew -
CreateNewRecordType
Enumeration : CreateNewRecordType -
SendEmail
Enumeration : SendEmail -
QuickRecordType
Enumeration : QuickRecordType -
Quick
Enumeration : Quick -
EditDescription
Enumeration : EditDescription -
Defer
Enumeration : Defer -
ChangeDueDate
Enumeration : ChangeDueDate -
ChangePriority
Enumeration : ChangePriority -
ChangeStatus
Enumeration : ChangeStatus -
SocialPost
Enumeration : SocialPost -
Escalate
Enumeration : Escalate -
EscalateToRecord
Enumeration : EscalateToRecord -
OfferFeedback
Enumeration : OfferFeedback -
RequestFeedback
Enumeration : RequestFeedback -
AddRecord
Enumeration : AddRecord -
AddMember
Enumeration : AddMember -
Reply
Enumeration : Reply -
ReplyAll
Enumeration : ReplyAll -
Forward
Enumeration : Forward -
ScheduleAppointment
Enumeration : ScheduleAppointment -
EnrollInProgram
Enumeration : EnrollInProgram -
ModifyAppointment
Enumeration : ModifyAppointment -
PatientDetails
Enumeration : PatientDetails -
AcceptBroadcast
Enumeration : AcceptBroadcast -
SelectCoverage
Enumeration : SelectCoverage -
AssetHierarchy
Enumeration : AssetHierarchy -
PartReturnRequest
Enumeration : PartReturnRequest -
PerformCount
Enumeration : PerformCount -
ViewCoverage
Enumeration : ViewCoverage -
Quip
Enumeration : Quip -
SendConversationMessage
Enumeration : SendConversationMessage -
NewQuote
Enumeration : NewQuote -
LaunchDataCapture
Enumeration : LaunchDataCapture -
RelocateAsset
Enumeration : RelocateAsset -
ReplaceAsset
Enumeration : ReplaceAsset -
CloseCase
Enumeration : CloseCase
-
-
Field Details
-
valuesToEnums
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<QuickActionLabel>
-