Uses of Class
de.adorsys.xs2a.adapter.api.model.PurposeCode
-
-
Uses of PurposeCode in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return PurposeCode Modifier and Type Method Description static PurposeCodePurposeCode. fromValue(String value)PurposeCodeTransactions. getPurposeCode()static PurposeCodePurposeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static PurposeCode[]PurposeCode. 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 PurposeCode Modifier and Type Method Description voidTransactions. setPurposeCode(PurposeCode purposeCode)
-