Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support iterating over Tabs #229

Open
nextrevision opened this issue Apr 1, 2022 · 1 comment
Open

Support iterating over Tabs #229

nextrevision opened this issue Apr 1, 2022 · 1 comment
Labels

Comments

@nextrevision
Copy link

The current com.docusign.esign.model.Tabs model contains getters and setters for all the tab types. There doesn't appear to be a good way to determine which tabs are defined without a verbose if/else chain or using some other sort of hacky solution like reflection. This is generally fine for creating tabs, but inspecting tabs becomes a chore.

Is there a good way to support iterating over Tabs to determine which ones are set? Is there merit to having a base tab type that implements some subset of fields which the other types extend?

@mmallis87
Copy link
Contributor

@nextrevision apologies that no one responded till now. Unfortunately the way our SDKs are created (generated from a Swagger v2 spec file) don't allow us to tackle this in the near term. That's said I created ticket so we can prioritize it.

@mmallis87 mmallis87 added the area-swagger Swagger Spec label Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants