Enum InvocableActionType

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

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

      • contentWorkspaceEnableFolders

        public static final InvocableActionType contentWorkspaceEnableFolders
        Enumeration : contentWorkspaceEnableFolders
      • metricRefresh

        public static final InvocableActionType metricRefresh
        Enumeration : metricRefresh
      • thunderResponse

        public static final InvocableActionType thunderResponse
        Enumeration : thunderResponse
      • createServiceReport

        public static final InvocableActionType createServiceReport
        Enumeration : createServiceReport
      • deployOrchestration

        public static final InvocableActionType deployOrchestration
        Enumeration : deployOrchestration
      • createResponseEventAction

        public static final InvocableActionType createResponseEventAction
        Enumeration : createResponseEventAction
      • sfdcOutputAction

        public static final InvocableActionType sfdcOutputAction
        Enumeration : sfdcOutputAction
      • generateWorkOrders

        public static final InvocableActionType generateWorkOrders
        Enumeration : generateWorkOrders
      • deactivateSessionPermSet

        public static final InvocableActionType deactivateSessionPermSet
        Enumeration : deactivateSessionPermSet
      • activateSessionPermSet

        public static final InvocableActionType activateSessionPermSet
        Enumeration : activateSessionPermSet
      • aggregateValue

        public static final InvocableActionType aggregateValue
        Enumeration : aggregateValue
      • orchestrationTimer

        public static final InvocableActionType orchestrationTimer
        Enumeration : orchestrationTimer
      • orchestrationDebugLog

        public static final InvocableActionType orchestrationDebugLog
        Enumeration : orchestrationDebugLog
      • choosePricebook

        public static final InvocableActionType choosePricebook
        Enumeration : choosePricebook
      • liveMessageNotification

        public static final InvocableActionType liveMessageNotification
        Enumeration : liveMessageNotification
      • scaleCacheAsyncRefresh

        public static final InvocableActionType scaleCacheAsyncRefresh
        Enumeration : scaleCacheAsyncRefresh
      • skillsBasedRouting

        public static final InvocableActionType skillsBasedRouting
        Enumeration : skillsBasedRouting
      • createCustomField

        public static final InvocableActionType createCustomField
        Enumeration : createCustomField
      • assignTrailheadBadge

        public static final InvocableActionType assignTrailheadBadge
        Enumeration : assignTrailheadBadge
      • insightFeedback

        public static final InvocableActionType insightFeedback
        Enumeration : insightFeedback
      • publishKnowledgeArticles

        public static final InvocableActionType publishKnowledgeArticles
        Enumeration : publishKnowledgeArticles
      • routingAddressVerification

        public static final InvocableActionType routingAddressVerification
        Enumeration : routingAddressVerification
      • assignTargetToSalesCadence

        public static final InvocableActionType assignTargetToSalesCadence
        Enumeration : assignTargetToSalesCadence
      • removeTargetFromSalesCadence

        public static final InvocableActionType removeTargetFromSalesCadence
        Enumeration : removeTargetFromSalesCadence
      • assignKnowledgeArticles

        public static final InvocableActionType assignKnowledgeArticles
        Enumeration : assignKnowledgeArticles
      • createDraftFromOnlineKnowledgeArticle

        public static final InvocableActionType createDraftFromOnlineKnowledgeArticle
        Enumeration : createDraftFromOnlineKnowledgeArticle
      • archiveKnowledgeArticles

        public static final InvocableActionType archiveKnowledgeArticles
        Enumeration : archiveKnowledgeArticles
      • restoreKnowledgeArticleVersion

        public static final InvocableActionType restoreKnowledgeArticleVersion
        Enumeration : restoreKnowledgeArticleVersion
      • customNotificationAction

        public static final InvocableActionType customNotificationAction
        Enumeration : customNotificationAction
      • evaluateOrder

        public static final InvocableActionType evaluateOrder
        Enumeration : evaluateOrder
      • reduceQuantity

        public static final InvocableActionType reduceQuantity
        Enumeration : reduceQuantity
      • submitDigitalFormResponse

        public static final InvocableActionType submitDigitalFormResponse
        Enumeration : submitDigitalFormResponse
      • contactRequestAction

        public static final InvocableActionType contactRequestAction
        Enumeration : contactRequestAction
      • saveAppointment

        public static final InvocableActionType saveAppointment
        Enumeration : saveAppointment
      • managedContentReleasePublish

        public static final InvocableActionType managedContentReleasePublish
        Enumeration : managedContentReleasePublish
    • Field Detail

      • valuesToEnums

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

      • values

        public static InvocableActionType[] 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 (InvocableActionType c : InvocableActionType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static InvocableActionType 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<InvocableActionType>