mailchimp-java
mailchimp-java copied to clipboard
Added get and modify methods for list member tags.
Includes backing domain classes and tests.
The SnakeCaseStrategy
isn't necessary for the new Tag
and Tags
classes but it's there in case a new long property name should be added for whatever reason. I find the use of this naming strategy is cleaner than adding @JsonProperty
for everything (or even for just the long names).
Cheers, Kim