We recommend reading the main readme first, to understand the requirements for using the library and how to initiate this in your apps. This guide assumes you've read that.
This describes how to get list of banks you can transfer to
Response flwResponse = new Banks()
.getBanks(country);This describes how to get a list of bank branches
Response flwResponse = new Banks()
.getBankBranches(id)