Adobe-Marketing-Cloud / analytics-java-library

A Java client library for Analytics APIs
Apache License 2.0
15 stars 16 forks source link

Bookmarks support #12

Closed leonardofoderaro closed 6 years ago

leonardofoderaro commented 8 years ago

Hello, first of all thank you for this library, it's really useful. I tried to add the Bookmarks support. Now it's possible to iterate over bookmarked reports, and for each report to get its ReportDescription configuration (in order to pass it to the queue API). In this way we can avoid to re-construct the ReportDescription object by code. Please let me know if I should fix something on my branch, any feedback is welcome. Best regards, Leonardo