microsoft / Partner-Center-Java

Partner Center SDK for Java
https://docs.microsoft.com/java/partnercenter/
31 stars 12 forks source link

Override toString in enums #15

Closed msize closed 6 years ago

msize commented 6 years ago

Override toString in enums:

Description

In the previous commit, enums were updated and it became the cause incorrect converting to string values.

This patch adds overloading of the toString method and covered all changed enums with unit-tests.

ghost commented 6 years ago

Hi @msize,

Thank you for taking the time to put this change together. It was a significant undertaking and we greatly appreciate the help with maintaining this code base.