Skip to content

Conversation

@baywet
Copy link
Member

@baywet baywet commented Mar 1, 2021

  • renames large file upload to match specification
  • remove references to native http type in interfaces - removes useless method in interface - adds result wrapper for consumers for large file uploads

fixes #159

related microsoftgraph/msgraph-sdk-java#681
related microsoftgraph/MSGraph-SDK-Code-Generator#468

@baywet baywet added this to the 2.0.0-release milestone Mar 1, 2021
@baywet baywet self-assigned this Mar 1, 2021
- removes useless method in interface
- adds result wrapper for consumers for large file uploads
@baywet baywet force-pushed the feature/large-file-align branch from 17f0660 to ff4c540 Compare March 1, 2021 20:11
*
* @param <ResultType> type of the deserialized response.
*/
public class LargeFileUploadResult<ResultType> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to this PR, we should expose response headers on the result. Perhaps this is a backlog item.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MIchaelMainer
Why do you think we'll need to expose other headers? I thought just the location one was required. I know you were off those days but don't hesitate to go comment additional things we might have missed here microsoftgraph/msgraph-sdk-design#42

@baywet baywet merged commit 1c84478 into feature/v2 Mar 2, 2021
@baywet baywet deleted the feature/large-file-align branch March 2, 2021 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants