Uses of Enum Class
com.sforce.soap.metadata.InvocableActionType
-
Uses of InvocableActionType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return InvocableActionTypeModifier and TypeMethodDescriptionFlowActionCall.getActionType()FlowStageStep.getActionType()FlowStageStep.getEntryActionType()FlowOrchestratedStage.getExitActionType()FlowStageStep.getExitActionType()StrategyAction.getType()StrategyNodeInvocableAction.getType()static InvocableActionTypeReturns the enum constant of this class with the specified name.static InvocableActionType[]InvocableActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type InvocableActionTypeModifier and TypeMethodDescriptionvoidFlowActionCall.setActionType(InvocableActionType actionType) voidFlowStageStep.setActionType(InvocableActionType actionType) voidFlowStageStep.setEntryActionType(InvocableActionType entryActionType) voidFlowOrchestratedStage.setExitActionType(InvocableActionType exitActionType) voidFlowStageStep.setExitActionType(InvocableActionType exitActionType) voidStrategyAction.setType(InvocableActionType type) voidStrategyNodeInvocableAction.setType(InvocableActionType type)