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

Return value has been changed from java.util.List to java.lang.Object on directory_v1-rev35 #884

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

Version of google-api-java-client (e.g. 1.15.0-rc)?
1.17.0-rc, 1.18.0-rc
com.google.apis:google-api-services-admin-directory:directory_v1-rev35

Java environment (e.g. Java 6, Android 2.3, App Engine)?
Any.

Describe the problem.
Return Value was java.util.List<SpecificObject> on rev34 but it is Object on 
rev35.
ex. com.google.api.services.admin.directory.model.User#getAddresses()
 rev34: java.util.List<com.google.api.services.admin.directory.model.UserAddress>
 rev35: java.lang.Object


How would you expect it to be fixed?
Please undo rev35's specification.

Original issue reported on code.google.com by u...@gluegent.com on 10 Jun 2014 at 6:28

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

1 participant