Uses of Class
dev.vality.damsel.domain.InspectorDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InspectorDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InspectorDecision Modifier and Type Method Description InspectorDecisionInspectorDecision. deepCopy()InspectorDecisionInspectorDecision. setIf(Predicate if_)InspectorDecisionInspectorDecision. setThen(InspectorSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type InspectorDecision Modifier and Type Method Description List<InspectorDecision>InspectorSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type InspectorDecision Modifier and Type Method Description intInspectorDecision. compareTo(InspectorDecision other)booleanInspectorDecision. equals(InspectorDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type InspectorDecision Modifier and Type Method Description static InspectorSelectorInspectorSelector. decisions(List<InspectorDecision> value)voidInspectorSelector. setDecisions(List<InspectorDecision> value)Constructors in dev.vality.damsel.domain with parameters of type InspectorDecision Constructor Description InspectorDecision(InspectorDecision other)Performs a deep copy on other.