TeleSign/java_telesign

Refactor request parameter handling

Closed this issue · 0 comments

Currently when new product parameters are introduced we have been overloading the product constructers. This has broken backwards compatibility and made the code difficult to read. The proposal from @Manmohan-TechM is to apply the Builder Pattern.