BrightcoveOS / Java-Commons

This project provides common classes and utilities for use in other Java projects. This may include 3rd party libraries as well as Brightcove Open Source libraries.
http://opensource.brightcove.com/project/Java-Commons/
MIT License
10 stars 6 forks source link

IOSRENDITIONS field is missing from VideoFieldEnum.java #3

Closed mister-ben closed 12 years ago

mister-ben commented 12 years ago

Without that, iOSRenditions cannot be retrieved using the Java MAPI wrapper.

https://github.com/BrightcoveOS/Java-Commons/blob/master/bc-catalog-objects/src/com/brightcove/commons/catalog/objects/enumerations/VideoFieldEnum.java

three4clavin commented 12 years ago

Hey mister-ben - a little more needed than just the enum val obviously, but I have added this and cut 4.1.8. I've only had a chance to do some basic testing on it (read/serialize to XML/deserialize), so please have a look and let me know if anything seems wonky. Note that nothing has been added to the WriteAPI wrapper - I don't think there are any write methods that can operate against those fields.