bugfix/singlevalueextendedproperties deserialization by baywet · Pull Request #497 · microsoftgraph/msgraph-sdk-java
Navigation Menu
{{ message }}
microsoftgraph / msgraph-sdk-java Public
- Notifications You must be signed in to change notification settings
- Fork 148
Merged
Sep 23, 2020Conversation
Copy link Copy Markdown
Member
baywet
commented
Sep 23, 2020
baywet
commented
fixes #475
Note: In this PR you'll see that I'm removing the propertyName@odata.nextlink parsing. That is because it was passed to the response object and then never used. On top of that the builder was never instanciated (where the next link should be passed) and that's because the client is not available in the entity class.
baywet added 5 commits
September 23, 2020 14:57
baywet
added this to the
2.2.1 milestone
baywet
requested review from
MIchaelMainer,
nikithauc and
zengin
baywet
self-assigned this
This was referenced
Sep 23, 2020MIchaelMainer approved these changes Sep 23, 2020
Copy link Copy Markdown
Collaborator
MIchaelMainer
left a comment
MIchaelMainer
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed the generator changes.
baywet
merged commit
cae2685
into
dev
baywet
deleted the
bugfix/singlevalueextendedproperties-deserialization
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment