Uses of Enum Class
com.sforce.soap.metadata.ConversationVariableType
-
Uses of ConversationVariableType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return ConversationVariableTypeModifier and TypeMethodDescriptionBotStepCondition.getLeftOperandType()ConversationRecordLookupCondition.getRightOperandType()BotVariableOperation.getSourceVariableType()ConversationRecordLookup.getSourceVariableType()BotVariableOperand.getTargetType()BotNavigationLink.getTargetVariableType()BotInvocationMapping.getVariableType()static ConversationVariableTypeReturns the enum constant of this class with the specified name.static ConversationVariableType[]ConversationVariableType.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 ConversationVariableTypeModifier and TypeMethodDescriptionvoidBotStepCondition.setLeftOperandType(ConversationVariableType leftOperandType) voidConversationRecordLookupCondition.setRightOperandType(ConversationVariableType rightOperandType) voidBotVariableOperation.setSourceVariableType(ConversationVariableType sourceVariableType) voidConversationRecordLookup.setSourceVariableType(ConversationVariableType sourceVariableType) voidBotVariableOperand.setTargetType(ConversationVariableType targetType) voidBotNavigationLink.setTargetVariableType(ConversationVariableType targetVariableType) voidBotInvocationMapping.setVariableType(ConversationVariableType variableType)