Uses of Class
odata.msgraph.client.complex.OmaSetting
-
Packages that use OmaSetting Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of OmaSetting in odata.msgraph.client.complex
Subclasses of OmaSetting in odata.msgraph.client.complex Modifier and Type Class Description classOmaSettingBase64“OMA Settings Base64 definition.”classOmaSettingBoolean“OMA Settings Boolean definition.”classOmaSettingDateTime“OMA Settings DateTime definition.”classOmaSettingFloatingPoint“OMA Settings Floating Point definition.”classOmaSettingInteger“OMA Settings Integer definition.”classOmaSettingString“OMA Settings String definition.”classOmaSettingStringXml“OMA Settings StringXML definition.”Methods in odata.msgraph.client.complex that return OmaSetting Modifier and Type Method Description OmaSettingOmaSetting. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.OmaSettingOmaSetting. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.OmaSettingOmaSetting. withOmaUri(String omaUri)Returns an immutable copy ofthiswith just theomaUrifield changed.OmaSettingOmaSetting. withUnmappedField(String name, Object value) -
Uses of OmaSetting in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type OmaSetting Modifier and Type Field Description protected List<OmaSetting>AndroidCustomConfiguration. omaSettingsprotected List<OmaSetting>AndroidWorkProfileCustomConfiguration. omaSettingsprotected List<OmaSetting>Windows10CustomConfiguration. omaSettingsprotected List<OmaSetting>WindowsPhone81CustomConfiguration. omaSettingsMethods in odata.msgraph.client.entity that return types with arguments of type OmaSetting Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<OmaSetting>AndroidCustomConfiguration. getOmaSettings()“OMA settings.com.github.davidmoten.odata.client.CollectionPage<OmaSetting>AndroidCustomConfiguration. getOmaSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)“OMA settings.com.github.davidmoten.odata.client.CollectionPage<OmaSetting>AndroidWorkProfileCustomConfiguration. getOmaSettings()“OMA settings.com.github.davidmoten.odata.client.CollectionPage<OmaSetting>AndroidWorkProfileCustomConfiguration. getOmaSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)“OMA settings.com.github.davidmoten.odata.client.CollectionPage<OmaSetting>Windows10CustomConfiguration. getOmaSettings()“OMA settings.com.github.davidmoten.odata.client.CollectionPage<OmaSetting>Windows10CustomConfiguration. getOmaSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)“OMA settings.com.github.davidmoten.odata.client.CollectionPage<OmaSetting>WindowsPhone81CustomConfiguration. getOmaSettings()“OMA settings.com.github.davidmoten.odata.client.CollectionPage<OmaSetting>WindowsPhone81CustomConfiguration. getOmaSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)“OMA settings.Methods in odata.msgraph.client.entity with parameters of type OmaSetting Modifier and Type Method Description AndroidCustomConfiguration.BuilderAndroidCustomConfiguration.Builder. omaSettings(OmaSetting... omaSettings)“OMA settings.AndroidWorkProfileCustomConfiguration.BuilderAndroidWorkProfileCustomConfiguration.Builder. omaSettings(OmaSetting... omaSettings)“OMA settings.Windows10CustomConfiguration.BuilderWindows10CustomConfiguration.Builder. omaSettings(OmaSetting... omaSettings)“OMA settings.WindowsPhone81CustomConfiguration.BuilderWindowsPhone81CustomConfiguration.Builder. omaSettings(OmaSetting... omaSettings)“OMA settings.Method parameters in odata.msgraph.client.entity with type arguments of type OmaSetting Modifier and Type Method Description AndroidCustomConfiguration.BuilderAndroidCustomConfiguration.Builder. omaSettings(List<OmaSetting> omaSettings)“OMA settings.AndroidWorkProfileCustomConfiguration.BuilderAndroidWorkProfileCustomConfiguration.Builder. omaSettings(List<OmaSetting> omaSettings)“OMA settings.Windows10CustomConfiguration.BuilderWindows10CustomConfiguration.Builder. omaSettings(List<OmaSetting> omaSettings)“OMA settings.WindowsPhone81CustomConfiguration.BuilderWindowsPhone81CustomConfiguration.Builder. omaSettings(List<OmaSetting> omaSettings)“OMA settings.AndroidCustomConfigurationAndroidCustomConfiguration. withOmaSettings(List<OmaSetting> omaSettings)Returns an immutable copy ofthiswith just theomaSettingsfield changed.AndroidWorkProfileCustomConfigurationAndroidWorkProfileCustomConfiguration. withOmaSettings(List<OmaSetting> omaSettings)Returns an immutable copy ofthiswith just theomaSettingsfield changed.Windows10CustomConfigurationWindows10CustomConfiguration. withOmaSettings(List<OmaSetting> omaSettings)Returns an immutable copy ofthiswith just theomaSettingsfield changed.WindowsPhone81CustomConfigurationWindowsPhone81CustomConfiguration. withOmaSettings(List<OmaSetting> omaSettings)Returns an immutable copy ofthiswith just theomaSettingsfield changed.
-