Uses of Class
dev.vality.damsel.domain.InspectorDecision
Packages that use InspectorDecision
-
Uses of InspectorDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InspectorDecisionModifier and TypeMethodDescriptionInspectorDecision.deepCopy()InspectorDecision.setThen(InspectorSelector then_) Methods in dev.vality.damsel.domain that return types with arguments of type InspectorDecisionMethods in dev.vality.damsel.domain with parameters of type InspectorDecisionModifier and TypeMethodDescriptionintInspectorDecision.compareTo(InspectorDecision other) booleanInspectorDecision.equals(InspectorDecision that) Method parameters in dev.vality.damsel.domain with type arguments of type InspectorDecisionModifier and TypeMethodDescriptionstatic InspectorSelectorInspectorSelector.decisions(List<InspectorDecision> value) voidInspectorSelector.setDecisions(List<InspectorDecision> value) Constructors in dev.vality.damsel.domain with parameters of type InspectorDecisionModifierConstructorDescriptionPerforms a deep copy on other.