| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
IosHomeScreenApp
“Represents an icon for an app on the Home Screen”
|
class |
IosHomeScreenFolder
“A folder containing pages of apps on the Home Screen”
|
| Modifier and Type | Field and Description |
|---|---|
protected List<IosHomeScreenItem> |
IosHomeScreenPage.icons |
| Modifier and Type | Method and Description |
|---|---|
IosHomeScreenItem |
IosHomeScreenItem.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenItem> |
IosHomeScreenPage.getIcons()
“A list of apps and folders to appear on a page.
|
com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenItem> |
IosHomeScreenPage.getIcons(com.github.davidmoten.odata.client.HttpRequestOptions options)
“A list of apps and folders to appear on a page.
|
| Modifier and Type | Method and Description |
|---|---|
IosHomeScreenPage.Builder |
IosHomeScreenPage.Builder.icons(IosHomeScreenItem... icons)
“A list of apps and folders to appear on a page.
|
| Modifier and Type | Method and Description |
|---|---|
IosHomeScreenPage.Builder |
IosHomeScreenPage.Builder.icons(List<IosHomeScreenItem> icons)
“A list of apps and folders to appear on a page.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<IosHomeScreenItem> |
IosDeviceFeaturesConfiguration.homeScreenDockIcons |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenItem> |
IosDeviceFeaturesConfiguration.getHomeScreenDockIcons()
“A list of app and folders to appear on the Home Screen Dock.
|
com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenItem> |
IosDeviceFeaturesConfiguration.getHomeScreenDockIcons(com.github.davidmoten.odata.client.HttpRequestOptions options)
“A list of app and folders to appear on the Home Screen Dock.
|
| Modifier and Type | Method and Description |
|---|---|
IosDeviceFeaturesConfiguration.Builder |
IosDeviceFeaturesConfiguration.Builder.homeScreenDockIcons(IosHomeScreenItem... homeScreenDockIcons)
“A list of app and folders to appear on the Home Screen Dock.
|
| Modifier and Type | Method and Description |
|---|---|
IosDeviceFeaturesConfiguration.Builder |
IosDeviceFeaturesConfiguration.Builder.homeScreenDockIcons(List<IosHomeScreenItem> homeScreenDockIcons)
“A list of app and folders to appear on the Home Screen Dock.
|
Copyright © 2018–2020. All rights reserved.