Uses of Class
com.microsoft.graph.models.OmaSetting
Packages that use OmaSetting
-
Uses of OmaSetting in com.microsoft.graph.models
Subclasses of OmaSetting in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassOMA Settings Base64 definition.classOMA Settings Boolean definition.classOMA Settings DateTime definition.classOMA Settings Floating Point definition.classOMA Settings Integer definition.classOMA Settings String definition.classOMA Settings StringXML definition.Methods in com.microsoft.graph.models that return OmaSettingModifier and TypeMethodDescriptionstatic OmaSettingOmaSetting.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 OmaSettingModifier and TypeMethodDescriptionAndroidCustomConfiguration.getOmaSettings()Gets the omaSettings property value.AndroidWorkProfileCustomConfiguration.getOmaSettings()Gets the omaSettings property value.Windows10CustomConfiguration.getOmaSettings()Gets the omaSettings property value.WindowsPhone81CustomConfiguration.getOmaSettings()Gets the omaSettings property value.Method parameters in com.microsoft.graph.models with type arguments of type OmaSettingModifier and TypeMethodDescriptionvoidAndroidCustomConfiguration.setOmaSettings(List<OmaSetting> value) Sets the omaSettings property value.voidAndroidWorkProfileCustomConfiguration.setOmaSettings(List<OmaSetting> value) Sets the omaSettings property value.voidWindows10CustomConfiguration.setOmaSettings(List<OmaSetting> value) Sets the omaSettings property value.voidWindowsPhone81CustomConfiguration.setOmaSettings(List<OmaSetting> value) Sets the omaSettings property value.