Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default getters and setters to the REST API wrapper classes #651

Closed
ktisdell opened this issue Jan 22, 2014 · 2 comments
Closed

Add default getters and setters to the REST API wrapper classes #651

ktisdell opened this issue Jan 22, 2014 · 2 comments

Comments

@ktisdell
Copy link
Contributor

We found on client work recently that, even though the wrap and unwrap methods are generally good enough in most cases. It would be nice to have getters and setters on the wrapper classes.

gdiazblc added a commit that referenced this issue Mar 17, 2015
 - add different versions of unwrap methods, according to the RESTful method invoked
@gdiazblc
Copy link
Contributor

In the same line of thinking:
The unwrap methods, when available, not always are suitable to be invoked to help with a RESTful operation, because they often assume more presence in the repository than what is desirable for a simple, CRUD-style POST, for example.
Moreover, slightly different versions of the unwrap methods should apply to different REST methods, (check SubscriptionWrapper as an enterprise example).

@phillipuniverse phillipuniverse added this to the 4.0.0-GA milestone May 18, 2015
@phillipuniverse
Copy link
Contributor

This is resolved in 4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants