Uses of Class
odata.msgraph.client.complex.AppsInstallationOptionsForWindows
-
Packages that use AppsInstallationOptionsForWindows Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AppsInstallationOptionsForWindows in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AppsInstallationOptionsForWindows Modifier and Type Method Description AppsInstallationOptionsForWindowsAppsInstallationOptionsForWindows.Builder. build()AppsInstallationOptionsForWindowsAppsInstallationOptionsForWindows. withIsMicrosoft365AppsEnabled(Boolean isMicrosoft365AppsEnabled)AppsInstallationOptionsForWindowsAppsInstallationOptionsForWindows. withIsProjectEnabled(Boolean isProjectEnabled)AppsInstallationOptionsForWindowsAppsInstallationOptionsForWindows. withIsSkypeForBusinessEnabled(Boolean isSkypeForBusinessEnabled)AppsInstallationOptionsForWindowsAppsInstallationOptionsForWindows. withIsVisioEnabled(Boolean isVisioEnabled)AppsInstallationOptionsForWindowsAppsInstallationOptionsForWindows. withUnmappedField(String name, Object value) -
Uses of AppsInstallationOptionsForWindows in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AppsInstallationOptionsForWindows Modifier and Type Field Description protected AppsInstallationOptionsForWindowsM365AppsInstallationOptions. appsForWindowsMethods in odata.msgraph.client.entity that return types with arguments of type AppsInstallationOptionsForWindows Modifier and Type Method Description Optional<AppsInstallationOptionsForWindows>M365AppsInstallationOptions. getAppsForWindows()Methods in odata.msgraph.client.entity with parameters of type AppsInstallationOptionsForWindows Modifier and Type Method Description M365AppsInstallationOptions.BuilderM365AppsInstallationOptions.Builder. appsForWindows(AppsInstallationOptionsForWindows appsForWindows)M365AppsInstallationOptionsM365AppsInstallationOptions. withAppsForWindows(AppsInstallationOptionsForWindows appsForWindows)
-