apple / app-store-server-library-java

MIT License
169 stars 38 forks source link

Consider renaming `Status` enums to avoid clashes #35

Closed vpavic closed 11 months ago

vpavic commented 1 year ago

The project contains 2 enums named Status:

This is unfortunate because if one needs to use both in the same class, one has to be referred to with fully-qualified class name.

Perhaps these enums could be renamed to be more specific (for example, SubscriptionStatus and VerificationStatus)?

alexanderjordanbaker commented 11 months ago

Resolved in #59