Uses of Enum Class
io.mateu.dtos.RuleResultDto
-
Uses of RuleResultDto in io.mateu.dtos
Methods in io.mateu.dtos that return RuleResultDtoModifier and TypeMethodDescriptionRuleDto.result()Returns the value of theresultrecord component.static RuleResultDtoReturns the enum constant of this class with the specified name.static RuleResultDto[]RuleResultDto.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 RuleResultDtoModifierConstructorDescriptionRuleDto(String filter, RuleActionDto action, String fieldName, RuleFieldAttributeDto fieldAttribute, Object value, String expression, RuleResultDto result, String actionId) Creates an instance of aRuleDtorecord class.