| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
OmaSettingBase64 |
class |
OmaSettingBoolean |
class |
OmaSettingDateTime |
class |
OmaSettingFloatingPoint |
class |
OmaSettingInteger |
class |
OmaSettingString |
class |
OmaSettingStringXml |
| Modifier and Type | Method and Description |
|---|---|
OmaSetting |
OmaSetting.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
OmaSetting |
OmaSetting.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
OmaSetting |
OmaSetting.withOmaUri(String omaUri)
Returns an immutable copy of
this with just the omaUri field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<OmaSetting> |
AndroidWorkProfileCustomConfiguration.omaSettings |
protected List<OmaSetting> |
WindowsPhone81CustomConfiguration.omaSettings |
protected List<OmaSetting> |
AndroidForWorkCustomConfiguration.omaSettings |
protected List<OmaSetting> |
AndroidCustomConfiguration.omaSettings |
protected List<OmaSetting> |
Windows10CustomConfiguration.omaSettings |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<OmaSetting> |
AndroidWorkProfileCustomConfiguration.getOmaSettings()
“OMA settings.
|
com.github.davidmoten.odata.client.CollectionPage<OmaSetting> |
WindowsPhone81CustomConfiguration.getOmaSettings()
“OMA settings.
|
com.github.davidmoten.odata.client.CollectionPage<OmaSetting> |
AndroidForWorkCustomConfiguration.getOmaSettings()
“OMA settings.
|
com.github.davidmoten.odata.client.CollectionPage<OmaSetting> |
AndroidCustomConfiguration.getOmaSettings()
“OMA settings.
|
com.github.davidmoten.odata.client.CollectionPage<OmaSetting> |
Windows10CustomConfiguration.getOmaSettings()
“OMA settings.
|
| Modifier and Type | Method and Description |
|---|---|
AndroidWorkProfileCustomConfiguration.Builder |
AndroidWorkProfileCustomConfiguration.Builder.omaSettings(List<OmaSetting> omaSettings)
“OMA settings.
|
WindowsPhone81CustomConfiguration.Builder |
WindowsPhone81CustomConfiguration.Builder.omaSettings(List<OmaSetting> omaSettings)
“OMA settings.
|
AndroidForWorkCustomConfiguration.Builder |
AndroidForWorkCustomConfiguration.Builder.omaSettings(List<OmaSetting> omaSettings)
“OMA settings.
|
AndroidCustomConfiguration.Builder |
AndroidCustomConfiguration.Builder.omaSettings(List<OmaSetting> omaSettings)
“OMA settings.
|
Windows10CustomConfiguration.Builder |
Windows10CustomConfiguration.Builder.omaSettings(List<OmaSetting> omaSettings)
“OMA settings.
|
Copyright © 2018–2020. All rights reserved.