Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementConfigurationWindowsSkus
-
Packages that use DeviceManagementConfigurationWindowsSkus Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementConfigurationWindowsSkus in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type DeviceManagementConfigurationWindowsSkus Modifier and Type Field Description protected List<DeviceManagementConfigurationWindowsSkus>DeviceManagementConfigurationWindowsSettingApplicability. windowsSkusMethods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementConfigurationWindowsSkus Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationWindowsSkus>DeviceManagementConfigurationWindowsSettingApplicability. getWindowsSkus()“List of Windows SKUs that the setting is applicable for”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationWindowsSkus>DeviceManagementConfigurationWindowsSettingApplicability. getWindowsSkus(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of Windows SKUs that the setting is applicable for”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementConfigurationWindowsSkus Modifier and Type Method Description DeviceManagementConfigurationWindowsSettingApplicability.BuilderDeviceManagementConfigurationWindowsSettingApplicability.Builder. windowsSkus(DeviceManagementConfigurationWindowsSkus... windowsSkus)“List of Windows SKUs that the setting is applicable for”Method parameters in odata.msgraph.client.beta.complex with type arguments of type DeviceManagementConfigurationWindowsSkus Modifier and Type Method Description DeviceManagementConfigurationWindowsSettingApplicability.BuilderDeviceManagementConfigurationWindowsSettingApplicability.Builder. windowsSkus(List<DeviceManagementConfigurationWindowsSkus> windowsSkus)“List of Windows SKUs that the setting is applicable for” -
Uses of DeviceManagementConfigurationWindowsSkus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementConfigurationWindowsSkus Modifier and Type Method Description static DeviceManagementConfigurationWindowsSkusDeviceManagementConfigurationWindowsSkus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementConfigurationWindowsSkus[]DeviceManagementConfigurationWindowsSkus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-