Uses of Class
io.serialized.client.reaction.ReactionDefinition
| Package | Description |
|---|---|
| io.serialized.client.reaction |
-
Uses of ReactionDefinition in io.serialized.client.reaction
Methods in io.serialized.client.reaction that return ReactionDefinition Modifier and Type Method Description ReactionDefinitionReactionDefinition.DefinitionBuilder. build()ReactionDefinitionReactionClient. getDefinition(String reactionName)Methods in io.serialized.client.reaction that return types with arguments of type ReactionDefinition Modifier and Type Method Description List<ReactionDefinition>ReactionDefinitions. getDefinitions()Methods in io.serialized.client.reaction with parameters of type ReactionDefinition Modifier and Type Method Description voidReactionClient. createDefinition(ReactionDefinition reactionDefinition)voidReactionClient. createOrUpdate(ReactionDefinition reactionDefinition)Method parameters in io.serialized.client.reaction with type arguments of type ReactionDefinition Modifier and Type Method Description static ReactionDefinitionsReactionDefinitions. newDefinitionList(Collection<ReactionDefinition> definitions)