| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<IosHomeScreenApp> |
IosHomeScreenFolderPage.apps |
| Modifier and Type | Method and Description |
|---|---|
IosHomeScreenApp |
IosHomeScreenApp.Builder.build() |
IosHomeScreenApp |
IosHomeScreenApp.withBundleID(String bundleID)
Returns an immutable copy of
this with just the bundleID field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenApp> |
IosHomeScreenFolderPage.getApps()
“A list of apps to appear on a page within a folder.
|
com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenApp> |
IosHomeScreenFolderPage.getApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“A list of apps to appear on a page within a folder.
|
| Modifier and Type | Method and Description |
|---|---|
IosHomeScreenFolderPage.Builder |
IosHomeScreenFolderPage.Builder.apps(IosHomeScreenApp... apps)
“A list of apps to appear on a page within a folder.
|
| Modifier and Type | Method and Description |
|---|---|
IosHomeScreenFolderPage.Builder |
IosHomeScreenFolderPage.Builder.apps(List<IosHomeScreenApp> apps)
“A list of apps to appear on a page within a folder.
|
Copyright © 2018–2020. All rights reserved.