Package com.sforce.soap.metadata
Enum Class FlowProcessType
- All Implemented Interfaces:
Serializable,Comparable<FlowProcessType>,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 : ActionableEventManagementFlowEnumeration : ActionCadenceAutolaunchedFlowEnumeration : ActionCadenceStepFlowEnumeration : ActionPlanEnumeration : ActivityObjectMatchingFlowEnumeration : AppointmentsEnumeration : ApprovalWorkflowEnumeration : AutoLaunchedFlowEnumeration : CartAsyncFlowEnumeration : CheckoutFlowEnumeration : ContactRequestFlowEnumeration : CustomerLifecycleEnumeration : CustomEventEnumeration : DataCaptureFlowEnumeration : DcvrFrameworkDataCaptureFlowEnumeration : DigitalFormEnumeration : EvaluationFlowEnumeration : FieldServiceMobileEnumeration : FieldServiceWebEnumeration : FlowEnumeration : FSCLendingEnumeration : IdentityUserRegistrationFlowEnumeration : IndicatorResultFlowEnumeration : IndividualObjectLinkingFlowEnumeration : InvocableProcessEnumeration : JourneyEnumeration : JourneyBuilderIntegrationEnumeration : LoginFlowEnumeration : LoyaltyManagementFlowEnumeration : ManagedContentAuthoringWorkflowEnumeration : ManagedContentFlowEnumeration : OrchestrationFlowEnumeration : OrchestratorEnumeration : PromptFlowEnumeration : RecommendationStrategyEnumeration : RoutingFlowEnumeration : ServiceCatalogItemFlowEnumeration : StageManagementEvaluationFlowEnumeration : SurveyEnumeration : SurveyEnrichEnumeration : TransactionSecurityFlowEnumeration : UserProvisioningFlowEnumeration : Workflow -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontoString()static FlowProcessTypeReturns the enum constant of this class with the specified name.static FlowProcessType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AutoLaunchedFlow
Enumeration : AutoLaunchedFlow -
Flow
Enumeration : Flow -
Workflow
Enumeration : Workflow -
CustomEvent
Enumeration : CustomEvent -
InvocableProcess
Enumeration : InvocableProcess -
LoginFlow
Enumeration : LoginFlow -
ActionPlan
Enumeration : ActionPlan -
JourneyBuilderIntegration
Enumeration : JourneyBuilderIntegration -
UserProvisioningFlow
Enumeration : UserProvisioningFlow -
Survey
Enumeration : Survey -
SurveyEnrich
Enumeration : SurveyEnrich -
Appointments
Enumeration : Appointments -
FSCLending
Enumeration : FSCLending -
DigitalForm
Enumeration : DigitalForm -
FieldServiceMobile
Enumeration : FieldServiceMobile -
OrchestrationFlow
Enumeration : OrchestrationFlow -
FieldServiceWeb
Enumeration : FieldServiceWeb -
TransactionSecurityFlow
Enumeration : TransactionSecurityFlow -
ContactRequestFlow
Enumeration : ContactRequestFlow -
ManagedContentFlow
Enumeration : ManagedContentFlow -
CheckoutFlow
Enumeration : CheckoutFlow -
CartAsyncFlow
Enumeration : CartAsyncFlow -
DataCaptureFlow
Enumeration : DataCaptureFlow -
CustomerLifecycle
Enumeration : CustomerLifecycle -
Journey
Enumeration : Journey -
RecommendationStrategy
Enumeration : RecommendationStrategy -
Orchestrator
Enumeration : Orchestrator -
RoutingFlow
Enumeration : RoutingFlow -
ServiceCatalogItemFlow
Enumeration : ServiceCatalogItemFlow -
EvaluationFlow
Enumeration : EvaluationFlow -
LoyaltyManagementFlow
Enumeration : LoyaltyManagementFlow -
ManagedContentAuthoringWorkflow
Enumeration : ManagedContentAuthoringWorkflow -
ActionCadenceAutolaunchedFlow
Enumeration : ActionCadenceAutolaunchedFlow -
ActionCadenceStepFlow
Enumeration : ActionCadenceStepFlow -
IndicatorResultFlow
Enumeration : IndicatorResultFlow -
IndividualObjectLinkingFlow
Enumeration : IndividualObjectLinkingFlow -
PromptFlow
Enumeration : PromptFlow -
ApprovalWorkflow
Enumeration : ApprovalWorkflow -
DcvrFrameworkDataCaptureFlow
Enumeration : DcvrFrameworkDataCaptureFlow -
ActivityObjectMatchingFlow
Enumeration : ActivityObjectMatchingFlow -
ActionableEventManagementFlow
Enumeration : ActionableEventManagementFlow -
StageManagementEvaluationFlow
Enumeration : StageManagementEvaluationFlow -
IdentityUserRegistrationFlow
Enumeration : IdentityUserRegistrationFlow
-
-
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<FlowProcessType>
-