MSGraph-SDK-Code-Generator icon indicating copy to clipboard operation
MSGraph-SDK-Code-Generator copied to clipboard

feature: add composable function support for composed methods in Java

Open MIchaelMainer opened this issue 3 years ago • 0 comments

Composable function support needs to include request builders for both navigation properties and methods. PR 291 includes support for navigating from the results of a composable function. We need to add support for methods on the the results of the composable function.

https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/pull/291/files

Scenario: https://graph.microsoft.com/v1.0/me/drive/items/01DVF26FC76CZBQT2BIVD3XCX2MLZRGDIP/workbook/worksheets/Sheet1/microsoft.graph.range()/microsoft.graph.lastcolumn() AB#7092

MIchaelMainer avatar Oct 29 '20 19:10 MIchaelMainer