feature/java request interfaces inheritance by baywet · Pull Request #290 · microsoftgraph/MSGraph-SDK-Code-Generator
Summary
In the work to get batches working (microsoftgraph/msgraph-sdk-java#463) the fact that request interfaces do not inherit from IHttpRequest requires consumers to do dangerous casting to access the baserequest methods (and are implemented by the entity request class).
This removes the need for casting.
Generated code differences
microsoftgraph/msgraph-sdk-java@aa0b2c3
Command line arguments to run these changes
Provide the command line arguments here so that reviewers can quickly repro the results of changes.