Uses of Class
dev.vality.damsel.domain.Predicate
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of Predicate in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Predicate Modifier and Type Field Description PredicatePaymentAllocationServiceTerms. allowNOTE Если распределения средств (allocations) разрешены на этом уровне, они также автоматически разрешены для возвратов (refunds) платежей, при создании которых было указано распределение средств (allocation).PredicatePaymentChargebackServiceTerms. allowPredicateW2WServiceTerms. allowPredicateRoutingCandidate. allowedPredicateRoutingDelegate. allowedPredicateAttemptLimitDesision. if_PredicateBusinessScheduleDecision. if_PredicateCashFlowDecision. if_PredicateCashLimitDecision. if_PredicateCashValueDecision. if_PredicateCategoryDecision. if_PredicateContractTemplateDecision. if_PredicateCurrencyDecision. if_PredicateExternalAccountSetDecision. if_PredicateFeeDecision. if_PredicateHoldLifetimeDecision. if_PredicateInspectorDecision. if_PredicateLifetimeDecision. if_PredicatePaymentMethodDecision. if_PredicatePaymentSystemDecision. if_PredicatePayoutMethodDecision. if_PredicateProviderDecision. if_PredicateRiskScoreDecision. if_PredicateSystemAccountSetDecision. if_PredicateTimeSpanDecision. if_PredicateTurnoverLimitDecision. if_PredicateCriterion. predicateMethods in dev.vality.damsel.domain that return Predicate Modifier and Type Method Description static PredicatePredicate. all_of(Set<Predicate> value)static PredicatePredicate. any_of(Set<Predicate> value)static PredicatePredicate. condition(Condition value)static PredicatePredicate. constant(boolean value)static PredicatePredicate. criterion(CriterionRef value)PredicatePredicate. deepCopy()PredicatePaymentAllocationServiceTerms. getAllow()NOTE Если распределения средств (allocations) разрешены на этом уровне, они также автоматически разрешены для возвратов (refunds) платежей, при создании которых было указано распределение средств (allocation).PredicatePaymentChargebackServiceTerms. getAllow()PredicateW2WServiceTerms. getAllow()PredicateRoutingCandidate. getAllowed()PredicateRoutingDelegate. getAllowed()PredicateAttemptLimitDesision. getIf()PredicateBusinessScheduleDecision. getIf()PredicateCashFlowDecision. getIf()PredicateCashLimitDecision. getIf()PredicateCashValueDecision. getIf()PredicateCategoryDecision. getIf()PredicateContractTemplateDecision. getIf()PredicateCurrencyDecision. getIf()PredicateExternalAccountSetDecision. getIf()PredicateFeeDecision. getIf()PredicateHoldLifetimeDecision. getIf()PredicateInspectorDecision. getIf()PredicateLifetimeDecision. getIf()PredicatePaymentMethodDecision. getIf()PredicatePaymentSystemDecision. getIf()PredicatePayoutMethodDecision. getIf()PredicateProviderDecision. getIf()PredicateRiskScoreDecision. getIf()PredicateSystemAccountSetDecision. getIf()PredicateTimeSpanDecision. getIf()PredicateTurnoverLimitDecision. getIf()PredicatePredicate. getIsNot()PredicateCriterion. getPredicate()static PredicatePredicate. is_not(Predicate value)Methods in dev.vality.damsel.domain that return types with arguments of type Predicate Modifier and Type Method Description Set<Predicate>Predicate. getAllOf()Set<Predicate>Predicate. getAnyOf()Methods in dev.vality.damsel.domain with parameters of type Predicate Modifier and Type Method Description intPredicate. compareTo(Predicate other)booleanPredicate. equals(Predicate other)static PredicatePredicate. is_not(Predicate value)PaymentAllocationServiceTermsPaymentAllocationServiceTerms. setAllow(Predicate allow)NOTE Если распределения средств (allocations) разрешены на этом уровне, они также автоматически разрешены для возвратов (refunds) платежей, при создании которых было указано распределение средств (allocation).PaymentChargebackServiceTermsPaymentChargebackServiceTerms. setAllow(Predicate allow)W2WServiceTermsW2WServiceTerms. setAllow(Predicate allow)RoutingCandidateRoutingCandidate. setAllowed(Predicate allowed)RoutingDelegateRoutingDelegate. setAllowed(Predicate allowed)AttemptLimitDesisionAttemptLimitDesision. setIf(Predicate if_)BusinessScheduleDecisionBusinessScheduleDecision. setIf(Predicate if_)CashFlowDecisionCashFlowDecision. setIf(Predicate if_)CashLimitDecisionCashLimitDecision. setIf(Predicate if_)CashValueDecisionCashValueDecision. setIf(Predicate if_)CategoryDecisionCategoryDecision. setIf(Predicate if_)ContractTemplateDecisionContractTemplateDecision. setIf(Predicate if_)CurrencyDecisionCurrencyDecision. setIf(Predicate if_)ExternalAccountSetDecisionExternalAccountSetDecision. setIf(Predicate if_)FeeDecisionFeeDecision. setIf(Predicate if_)HoldLifetimeDecisionHoldLifetimeDecision. setIf(Predicate if_)InspectorDecisionInspectorDecision. setIf(Predicate if_)LifetimeDecisionLifetimeDecision. setIf(Predicate if_)PaymentMethodDecisionPaymentMethodDecision. setIf(Predicate if_)PaymentSystemDecisionPaymentSystemDecision. setIf(Predicate if_)PayoutMethodDecisionPayoutMethodDecision. setIf(Predicate if_)ProviderDecisionProviderDecision. setIf(Predicate if_)RiskScoreDecisionRiskScoreDecision. setIf(Predicate if_)SystemAccountSetDecisionSystemAccountSetDecision. setIf(Predicate if_)TimeSpanDecisionTimeSpanDecision. setIf(Predicate if_)TurnoverLimitDecisionTurnoverLimitDecision. setIf(Predicate if_)voidPredicate. setIsNot(Predicate value)CriterionCriterion. setPredicate(Predicate predicate)Method parameters in dev.vality.damsel.domain with type arguments of type Predicate Modifier and Type Method Description static PredicatePredicate. all_of(Set<Predicate> value)static PredicatePredicate. any_of(Set<Predicate> value)voidPredicate. setAllOf(Set<Predicate> value)voidPredicate. setAnyOf(Set<Predicate> value)