Uses of Class
odata.msgraph.client.beta.complex.WindowsApplication
-
Packages that use WindowsApplication Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WindowsApplication in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsApplication Modifier and Type Method Description WindowsApplicationWindowsApplication.Builder. build()WindowsApplicationWindowsApplication. withPackageSid(String packageSid)WindowsApplicationWindowsApplication. withUnmappedField(String name, String value) -
Uses of WindowsApplication in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsApplication Modifier and Type Field Description protected WindowsApplicationApplication. windowsMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsApplication Modifier and Type Method Description Optional<WindowsApplication>Application. getWindows()Methods in odata.msgraph.client.beta.entity with parameters of type WindowsApplication Modifier and Type Method Description Application.BuilderApplication.Builder. windows(WindowsApplication windows)ApplicationApplication. withWindows(WindowsApplication windows)
-