Update OpenIdConnectApplication in Okta SDK 10.0.0

I am migrating the Okta SDK from 6.0 to 10.0.0 in my project. In 6.0.0 I was able to update an OpenIdConnectApplication with the .update() method. What is the equivalent of this in 10.0.0? How can I update details like the redirectUris, grant types and label name in version 10.0.0 of the SDK?

Do you mind providing the GitHub link to the Okta SDK you’re referencing?