crob1140 / confluence-java-client

A simple Java client for the Confluence Cloud REST API
MIT License
1 stars 7 forks source link

Feature/add getters #3

Open BruceWilcox opened 5 years ago

BruceWilcox commented 5 years ago

Please consider adding getters to these classes.

Use case: I retrieve page content and want to be able to manipulate it and update. Currently I cannot access page content values.

cpesch commented 3 years ago

@BruceWilcox I've been trying to collect all open pull requests and commits from all forks here: https://github.com/cpesch/confluence-java-client

Although I've implemented the ContentBody getters in the same pattern as the construction....