Uses of Class
com.microsoft.graph.models.WindowsSetting
Packages that use WindowsSetting
-
Uses of WindowsSetting in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsSettingModifier and TypeMethodDescriptionstatic WindowsSettingWindowsSetting.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type WindowsSettingModifier and TypeMethodDescriptionWindowsSettingCollectionResponse.getValue()Gets the value property value.UserSettings.getWindows()Gets the windows property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsSettingModifier and TypeMethodDescriptionvoidWindowsSettingCollectionResponse.setValue(List<WindowsSetting> value) Sets the value property value.voidUserSettings.setWindows(List<WindowsSetting> value) Sets the windows property value.