Uses of Class
odata.msgraph.client.complex.AppsInstallationOptionsForMac
-
Packages that use AppsInstallationOptionsForMac Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AppsInstallationOptionsForMac in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AppsInstallationOptionsForMac Modifier and Type Method Description AppsInstallationOptionsForMacAppsInstallationOptionsForMac.Builder. build()AppsInstallationOptionsForMacAppsInstallationOptionsForMac. withIsMicrosoft365AppsEnabled(Boolean isMicrosoft365AppsEnabled)AppsInstallationOptionsForMacAppsInstallationOptionsForMac. withIsSkypeForBusinessEnabled(Boolean isSkypeForBusinessEnabled)AppsInstallationOptionsForMacAppsInstallationOptionsForMac. withUnmappedField(String name, Object value) -
Uses of AppsInstallationOptionsForMac in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AppsInstallationOptionsForMac Modifier and Type Field Description protected AppsInstallationOptionsForMacM365AppsInstallationOptions. appsForMacMethods in odata.msgraph.client.entity that return types with arguments of type AppsInstallationOptionsForMac Modifier and Type Method Description Optional<AppsInstallationOptionsForMac>M365AppsInstallationOptions. getAppsForMac()Methods in odata.msgraph.client.entity with parameters of type AppsInstallationOptionsForMac Modifier and Type Method Description M365AppsInstallationOptions.BuilderM365AppsInstallationOptions.Builder. appsForMac(AppsInstallationOptionsForMac appsForMac)M365AppsInstallationOptionsM365AppsInstallationOptions. withAppsForMac(AppsInstallationOptionsForMac appsForMac)
-