Uses of Class
odata.msgraph.client.beta.entity.WebApp
-
Packages that use WebApp Package Description odata.msgraph.client.beta.entity -
-
Uses of WebApp in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WebApp Modifier and Type Method Description WebAppWebApp.Builder. build()WebAppWebApp. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WebAppWebApp. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WebAppWebApp. withAppUrl(String appUrl)Returns an immutable copy ofthiswith just theappUrlfield changed.WebAppWebApp. withUnmappedField(String name, String value)WebAppWebApp. withUseManagedBrowser(Boolean useManagedBrowser)Returns an immutable copy ofthiswith just theuseManagedBrowserfield changed.
-