- Enclosing class:
- SlideshowIdHolderMixin
public static class SlideshowIdHolderMixin.SlideshowIdHolderBuilder
extends Object
SlideShare documentation specifies return of edit/upload/delete API contains "SlideShowID" element.
Edit and Upload return correct element name, but Delete returns "SlideshowID" which is not capitalizing "show".
Due to the wrong element name, here uses jackson builder to map both cases to SlideshowIdHolder class.
Alternatively, a custom JsonDeserializer which parse both "SlideShowID" and "SlideshowID" can be used at class
level @JsonDeserialize annotation.