microsoft/Vipr

Fetcher classes of abstract entities should have Update/Delete/Execute/Expand methods

Closed this issue · 1 comments

Given an abstract entity should its fetcher class have the Update/Delete/Execute/Expand methods? Having these methods would allow to iterate through collections of the base type to update/delete the derived types.

Right now these methods are not generated for such fetchers.

Not applicable to the Graph client libraries.