Interface ActionDefinitionBuilder
public interface ActionDefinitionBuilder
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionaddCandidateGroup(String candidateGroup) addCandidateUser(String candidateUser) addMappedState(String state) addMappedSubType(String subType) addMappedType(String type) addSupportedInputChannel(String inputChannel) assignedGroupId(String assignedGroupId) assigneeId(String assigneeId) candidateGroups(Set<String> candidateGroups) candidateUsers(Set<String> candidateUsers) create()description(String description) externalId(String externalId) getBotId()getHelp()getIcon()getName()getTags()global(boolean global) booleanisGlobal()booleanmandatory(boolean mandatory) mappedStates(List<String> states) supportedInputChannels(List<String> supportedInputChannels)
-
Method Details
-
getExternalId
String getExternalId() -
externalId
-
getBotId
String getBotId() -
botId
-
getBotUserId
String getBotUserId() -
botUserId
-
isMandatory
boolean isMandatory() -
mandatory
-
getName
String getName() -
name
-
getDescription
String getDescription() -
description
-
getSample
String getSample() -
sample
-
getHelp
String getHelp() -
help
-
getScopeId
String getScopeId() -
scopeId
-
getMappedTypes
-
addMappedType
-
getMappedSubTypes
-
addMappedSubType
-
getMappedStates
-
mappedStates
-
addMappedState
-
getSupportedInputChannels
-
supportedInputChannels
-
addSupportedInputChannel
-
getFormKey
String getFormKey() -
formKey
-
getIcon
String getIcon() -
icon
-
isGlobal
boolean isGlobal() -
global
-
getTags
-
tags
-
addTag
-
getOwnerId
String getOwnerId() -
ownerId
-
getAssigneeId
String getAssigneeId() -
assigneeId
-
getAssignedGroupId
String getAssignedGroupId() -
assignedGroupId
-
getCandidateUsers
-
candidateUsers
-
addCandidateUser
-
getCandidateGroups
-
candidateGroups
-
addCandidateGroup
-
create
ActionDefinition create()
-