Uses of Class
com.sforce.soap.metadata.InvocableActionType
-
-
Uses of InvocableActionType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return InvocableActionType Modifier and Type Method Description InvocableActionTypeFlowActionCall. getActionType()InvocableActionTypeFlowScreenAction. getActionType()InvocableActionTypeFlowStageStep. getActionType()InvocableActionTypeFlowStageStep. getEntryActionType()InvocableActionTypeFlowOrchestratedStage. getExitActionType()InvocableActionTypeFlowStageStep. getExitActionType()InvocableActionTypeStrategyAction. getType()InvocableActionTypeStrategyNodeInvocableAction. getType()static InvocableActionTypeInvocableActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvocableActionType[]InvocableActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type InvocableActionType Modifier and Type Method Description voidFlowActionCall. setActionType(InvocableActionType actionType)voidFlowScreenAction. 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)
-