Uses of Class
dev.vality.damsel.domain.TimeSpanSelector
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of TimeSpanSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as TimeSpanSelector Modifier and Type Field Description TimeSpanSelectorPaymentChargebackServiceTerms. eligibility_timeTimeSpanSelectorPaymentRefundsServiceTerms. eligibility_timeTimeSpanSelectorTimeSpanDecision. then_Methods in dev.vality.damsel.domain that return TimeSpanSelector Modifier and Type Method Description static TimeSpanSelectorTimeSpanSelector. decisions(List<TimeSpanDecision> value)TimeSpanSelectorTimeSpanSelector. deepCopy()TimeSpanSelectorPaymentChargebackServiceTerms. getEligibilityTime()TimeSpanSelectorPaymentRefundsServiceTerms. getEligibilityTime()TimeSpanSelectorTimeSpanDecision. getThen()static TimeSpanSelectorTimeSpanSelector. value(TimeSpan value)Methods in dev.vality.damsel.domain with parameters of type TimeSpanSelector Modifier and Type Method Description intTimeSpanSelector. compareTo(TimeSpanSelector other)booleanTimeSpanSelector. equals(TimeSpanSelector other)PaymentChargebackServiceTermsPaymentChargebackServiceTerms. setEligibilityTime(TimeSpanSelector eligibility_time)PaymentRefundsServiceTermsPaymentRefundsServiceTerms. setEligibilityTime(TimeSpanSelector eligibility_time)TimeSpanDecisionTimeSpanDecision. setThen(TimeSpanSelector then_)Constructors in dev.vality.damsel.domain with parameters of type TimeSpanSelector Constructor Description TimeSpanDecision(Predicate if_, TimeSpanSelector then_)TimeSpanSelector(TimeSpanSelector other)