mailchimp-java icon indicating copy to clipboard operation
mailchimp-java copied to clipboard

Added get and modify methods for list member tags.

Open kimvsparrow opened this issue 6 years ago • 2 comments

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

kimvsparrow avatar Oct 05 '18 05:10 kimvsparrow