Uses of Class
dev.vality.damsel.domain.TimeSpanSelector
Packages that use TimeSpanSelector
-
Uses of TimeSpanSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as TimeSpanSelectorModifier and TypeFieldDescriptionPaymentChargebackServiceTerms.eligibility_timePaymentRefundsServiceTerms.eligibility_timeTimeSpanDecision.then_Methods in dev.vality.damsel.domain that return TimeSpanSelectorModifier and TypeMethodDescriptionstatic TimeSpanSelectorTimeSpanSelector.decisions(List<TimeSpanDecision> value) TimeSpanSelector.deepCopy()PaymentChargebackServiceTerms.getEligibilityTime()PaymentRefundsServiceTerms.getEligibilityTime()TimeSpanDecision.getThen()static TimeSpanSelectorMethods in dev.vality.damsel.domain with parameters of type TimeSpanSelectorModifier and TypeMethodDescriptionintTimeSpanSelector.compareTo(TimeSpanSelector other) booleanTimeSpanSelector.equals(TimeSpanSelector other) PaymentChargebackServiceTerms.setEligibilityTime(TimeSpanSelector eligibility_time) PaymentRefundsServiceTerms.setEligibilityTime(TimeSpanSelector eligibility_time) TimeSpanDecision.setThen(TimeSpanSelector then_) Constructors in dev.vality.damsel.domain with parameters of type TimeSpanSelectorModifierConstructorDescriptionTimeSpanDecision(Predicate if_, TimeSpanSelector then_) TimeSpanSelector(TimeSpanSelector other)