Uses of Class
de.adorsys.opba.tppbankingapi.search.model.generated.BankDescriptor
-
Packages that use BankDescriptor Package Description de.adorsys.opba.tppbankingapi.search.model.generated -
-
Uses of BankDescriptor in de.adorsys.opba.tppbankingapi.search.model.generated
Methods in de.adorsys.opba.tppbankingapi.search.model.generated that return BankDescriptor Modifier and Type Method Description BankDescriptorBankDescriptor. bankCode(String bankCode)BankDescriptorBankDescriptor. bankName(String bankName)BankDescriptorBankDescriptor. bic(String bic)BankDescriptorBankDescriptor. uuid(String uuid)Methods in de.adorsys.opba.tppbankingapi.search.model.generated that return types with arguments of type BankDescriptor Modifier and Type Method Description @Valid List<BankDescriptor>BankSearchResponse. getBankDescriptor()Get bankDescriptorMethods in de.adorsys.opba.tppbankingapi.search.model.generated with parameters of type BankDescriptor Modifier and Type Method Description BankSearchResponseBankSearchResponse. addBankDescriptorItem(BankDescriptor bankDescriptorItem)Method parameters in de.adorsys.opba.tppbankingapi.search.model.generated with type arguments of type BankDescriptor Modifier and Type Method Description BankSearchResponseBankSearchResponse. bankDescriptor(List<BankDescriptor> bankDescriptor)voidBankSearchResponse. setBankDescriptor(List<BankDescriptor> bankDescriptor)
-