Uses of Class
de.adorsys.xs2a.adapter.api.model.ExecutionRule
-
-
Uses of ExecutionRule in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return ExecutionRule Modifier and Type Method Description static ExecutionRuleExecutionRule. fromValue(String value)ExecutionRulePeriodicPaymentInitiationJson. getExecutionRule()ExecutionRulePeriodicPaymentInitiationWithStatusResponse. getExecutionRule()ExecutionRulePeriodicPaymentInitiationXmlPart2StandingorderTypeJson. getExecutionRule()ExecutionRuleStandingOrderDetails. getExecutionRule()static ExecutionRuleExecutionRule. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionRule[]ExecutionRule. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.xs2a.adapter.api.model with parameters of type ExecutionRule Modifier and Type Method Description voidPeriodicPaymentInitiationJson. setExecutionRule(ExecutionRule executionRule)voidPeriodicPaymentInitiationWithStatusResponse. setExecutionRule(ExecutionRule executionRule)voidPeriodicPaymentInitiationXmlPart2StandingorderTypeJson. setExecutionRule(ExecutionRule executionRule)voidStandingOrderDetails. setExecutionRule(ExecutionRule executionRule)
-