Uses of Class
odata.msgraph.client.complex.WebApplication
-
Packages that use WebApplication Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of WebApplication in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WebApplication Modifier and Type Method Description WebApplicationWebApplication.Builder. build()WebApplicationWebApplication. withHomePageUrl(String homePageUrl)WebApplicationWebApplication. withImplicitGrantSettings(ImplicitGrantSettings implicitGrantSettings)WebApplicationWebApplication. withLogoutUrl(String logoutUrl)WebApplicationWebApplication. withUnmappedField(String name, String value) -
Uses of WebApplication in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WebApplication Modifier and Type Field Description protected WebApplicationApplication. webMethods in odata.msgraph.client.entity that return types with arguments of type WebApplication Modifier and Type Method Description Optional<WebApplication>Application. getWeb()Methods in odata.msgraph.client.entity with parameters of type WebApplication Modifier and Type Method Description Application.BuilderApplication.Builder. web(WebApplication web)ApplicationApplication. withWeb(WebApplication web)
-