-
Couldn't load subscription status.
- Fork 30
feature/large file align #162
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
Conversation
- removes useless method in interface - adds result wrapper for consumers for large file uploads
17f0660 to
ff4c540
Compare
src/main/java/com/microsoft/graph/tasks/LargeFileUploadTask.java
Outdated
Show resolved
Hide resolved
| * | ||
| * @param <ResultType> type of the deserialized response. | ||
| */ | ||
| public class LargeFileUploadResult<ResultType> { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
fixes #159
related microsoftgraph/msgraph-sdk-java#681
related microsoftgraph/MSGraph-SDK-Code-Generator#468