Uses of Enum Class
io.mateu.dtos.RuleActionDto
-
Uses of RuleActionDto in io.mateu.dtos
Methods in io.mateu.dtos that return RuleActionDtoModifier and TypeMethodDescriptionRuleDto.action()Returns the value of theactionrecord component.static RuleActionDtoReturns the enum constant of this class with the specified name.static RuleActionDto[]RuleActionDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mateu.dtos with parameters of type RuleActionDtoModifierConstructorDescriptionRuleDto(String filter, RuleActionDto action, String fieldName, RuleFieldAttributeDto fieldAttribute, Object value, String expression, RuleResultDto result, String actionId) Creates an instance of aRuleDtorecord class.