Allow public access to ApiRequestParams
subclass constructors/fields
#1393
Labels
ApiRequestParams
subclass constructors/fields
#1393
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I am using Kotlin and the use of the builders provided on these classes is overly verbose.
Describe the solution you'd like
Make the constructors public, so I can build the objects myself, using Kotlin's Type Safe Builders.
Also, I believe the fields will need to be accessible.
Or even create a Kotlin extensions library with the type-safe builders included.
Describe alternatives you've considered
I've tried creating a wrapper around the builders themselves, but it turned out to be extremely cumbersome.
Additional context
For example, instead of:
I could simply do
But I cannot instantiate the classes myself, as the constructors are private.
The text was updated successfully, but these errors were encountered: