| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AppleAppListItem
“Represents an app in the list of managed Apple applications”
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AppListItem> |
IosSingleSignOnSettings.allowedAppsList |
protected List<AppListItem> |
IosNetworkUsageRule.managedApps |
| Modifier and Type | Method and Description |
|---|---|
AppListItem |
AppListItem.Builder.build() |
AppListItem |
AppListItem.withAppId(String appId)
Returns an immutable copy of
this with just the appId field
changed. |
AppListItem |
AppListItem.withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
AppListItem |
AppListItem.withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
AppListItem |
AppListItem.withPublisher(String publisher)
Returns an immutable copy of
this with just the publisher field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosSingleSignOnSettings.getAllowedAppsList()
“List of app identifiers that are allowed to use this login.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosSingleSignOnSettings.getAllowedAppsList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of app identifiers that are allowed to use this login.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosNetworkUsageRule.getManagedApps()
“Information about the managed apps that this rule is going to apply to.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosNetworkUsageRule.getManagedApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Information about the managed apps that this rule is going to apply to.
|
| Modifier and Type | Method and Description |
|---|---|
IosSingleSignOnSettings.Builder |
IosSingleSignOnSettings.Builder.allowedAppsList(AppListItem... allowedAppsList)
“List of app identifiers that are allowed to use this login.
|
IosNetworkUsageRule.Builder |
IosNetworkUsageRule.Builder.managedApps(AppListItem... managedApps)
“Information about the managed apps that this rule is going to apply to.
|
| Modifier and Type | Method and Description |
|---|---|
IosSingleSignOnSettings.Builder |
IosSingleSignOnSettings.Builder.allowedAppsList(List<AppListItem> allowedAppsList)
“List of app identifiers that are allowed to use this login.
|
IosNetworkUsageRule.Builder |
IosNetworkUsageRule.Builder.managedApps(List<AppListItem> managedApps)
“Information about the managed apps that this rule is going to apply to.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AppListItem> |
AndroidGeneralDeviceConfiguration.appsHideList |
protected List<AppListItem> |
AndroidGeneralDeviceConfiguration.appsInstallAllowList |
protected List<AppListItem> |
AndroidGeneralDeviceConfiguration.appsLaunchBlockList |
protected List<AppListItem> |
IosGeneralDeviceConfiguration.appsSingleAppModeList |
protected List<AppListItem> |
IosGeneralDeviceConfiguration.appsVisibilityList |
protected List<AppListItem> |
AndroidGeneralDeviceConfiguration.compliantAppsList |
protected List<AppListItem> |
MacOSGeneralDeviceConfiguration.compliantAppsList |
protected List<AppListItem> |
WindowsPhone81GeneralConfiguration.compliantAppsList |
protected List<AppListItem> |
IosGeneralDeviceConfiguration.compliantAppsList |
protected List<AppListItem> |
AndroidGeneralDeviceConfiguration.kioskModeApps |
protected List<AppListItem> |
AndroidDeviceOwnerGeneralDeviceConfiguration.kioskModeApps |
protected List<AppListItem> |
IosCompliancePolicy.restrictedApps |
protected List<AppListItem> |
AndroidCompliancePolicy.restrictedApps |
protected List<AppListItem> |
IosVpnConfiguration.targetedMobileApps |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getAppsHideList()
“List of apps to be hidden on the KNOX device.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getAppsHideList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of apps to be hidden on the KNOX device.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getAppsInstallAllowList()
“List of apps which can be installed on the KNOX device.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getAppsInstallAllowList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of apps which can be installed on the KNOX device.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getAppsLaunchBlockList()
“List of apps which are blocked from being launched on the KNOX device.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getAppsLaunchBlockList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of apps which are blocked from being launched on the KNOX device.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosGeneralDeviceConfiguration.getAppsSingleAppModeList()
“Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosGeneralDeviceConfiguration.getAppsSingleAppModeList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosGeneralDeviceConfiguration.getAppsVisibilityList()
“List of apps in the visibility list (either visible/launchable apps list or
hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3
and later).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosGeneralDeviceConfiguration.getAppsVisibilityList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of apps in the visibility list (either visible/launchable apps list or
hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3
and later).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getCompliantAppsList()
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
MacOSGeneralDeviceConfiguration.getCompliantAppsList()
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
WindowsPhone81GeneralConfiguration.getCompliantAppsList()
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosGeneralDeviceConfiguration.getCompliantAppsList()
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getCompliantAppsList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
MacOSGeneralDeviceConfiguration.getCompliantAppsList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
WindowsPhone81GeneralConfiguration.getCompliantAppsList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosGeneralDeviceConfiguration.getCompliantAppsList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getKioskModeApps()
“A list of apps that will be allowed to run when the device is in Kiosk Mode.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidDeviceOwnerGeneralDeviceConfiguration.getKioskModeApps()
“A list of managed apps that will be shown when the device is in Kiosk Mode.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidGeneralDeviceConfiguration.getKioskModeApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“A list of apps that will be allowed to run when the device is in Kiosk Mode.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidDeviceOwnerGeneralDeviceConfiguration.getKioskModeApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“A list of managed apps that will be shown when the device is in Kiosk Mode.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosCompliancePolicy.getRestrictedApps()
“Require the device to not have the specified apps installed.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidCompliancePolicy.getRestrictedApps()
“Require the device to not have the specified apps installed.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosCompliancePolicy.getRestrictedApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Require the device to not have the specified apps installed.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
AndroidCompliancePolicy.getRestrictedApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Require the device to not have the specified apps installed.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosVpnConfiguration.getTargetedMobileApps()
“Targeted mobile apps.
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
IosVpnConfiguration.getTargetedMobileApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Targeted mobile apps.
|
| Modifier and Type | Method and Description |
|---|---|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.appsHideList(AppListItem... appsHideList)
“List of apps to be hidden on the KNOX device.
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.appsInstallAllowList(AppListItem... appsInstallAllowList)
“List of apps which can be installed on the KNOX device.
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.appsLaunchBlockList(AppListItem... appsLaunchBlockList)
“List of apps which are blocked from being launched on the KNOX device.
|
IosGeneralDeviceConfiguration.Builder |
IosGeneralDeviceConfiguration.Builder.appsSingleAppModeList(AppListItem... appsSingleAppModeList)
“Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode.
|
IosGeneralDeviceConfiguration.Builder |
IosGeneralDeviceConfiguration.Builder.appsVisibilityList(AppListItem... appsVisibilityList)
“List of apps in the visibility list (either visible/launchable apps list or
hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3
and later).
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.compliantAppsList(AppListItem... compliantAppsList)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
MacOSGeneralDeviceConfiguration.Builder |
MacOSGeneralDeviceConfiguration.Builder.compliantAppsList(AppListItem... compliantAppsList)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
WindowsPhone81GeneralConfiguration.Builder |
WindowsPhone81GeneralConfiguration.Builder.compliantAppsList(AppListItem... compliantAppsList)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
IosGeneralDeviceConfiguration.Builder |
IosGeneralDeviceConfiguration.Builder.compliantAppsList(AppListItem... compliantAppsList)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.kioskModeApps(AppListItem... kioskModeApps)
“A list of apps that will be allowed to run when the device is in Kiosk Mode.
|
AndroidDeviceOwnerGeneralDeviceConfiguration.Builder |
AndroidDeviceOwnerGeneralDeviceConfiguration.Builder.kioskModeApps(AppListItem... kioskModeApps)
“A list of managed apps that will be shown when the device is in Kiosk Mode.
|
IosCompliancePolicy.Builder |
IosCompliancePolicy.Builder.restrictedApps(AppListItem... restrictedApps)
“Require the device to not have the specified apps installed.
|
AndroidCompliancePolicy.Builder |
AndroidCompliancePolicy.Builder.restrictedApps(AppListItem... restrictedApps)
“Require the device to not have the specified apps installed.
|
IosikEv2VpnConfiguration.Builder |
IosikEv2VpnConfiguration.Builder.targetedMobileApps(AppListItem... targetedMobileApps) |
IosVpnConfiguration.Builder |
IosVpnConfiguration.Builder.targetedMobileApps(AppListItem... targetedMobileApps)
“Targeted mobile apps.
|
| Modifier and Type | Method and Description |
|---|---|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.appsHideList(List<AppListItem> appsHideList)
“List of apps to be hidden on the KNOX device.
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.appsInstallAllowList(List<AppListItem> appsInstallAllowList)
“List of apps which can be installed on the KNOX device.
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.appsLaunchBlockList(List<AppListItem> appsLaunchBlockList)
“List of apps which are blocked from being launched on the KNOX device.
|
IosGeneralDeviceConfiguration.Builder |
IosGeneralDeviceConfiguration.Builder.appsSingleAppModeList(List<AppListItem> appsSingleAppModeList)
“Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode.
|
IosGeneralDeviceConfiguration.Builder |
IosGeneralDeviceConfiguration.Builder.appsVisibilityList(List<AppListItem> appsVisibilityList)
“List of apps in the visibility list (either visible/launchable apps list or
hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3
and later).
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.compliantAppsList(List<AppListItem> compliantAppsList)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
MacOSGeneralDeviceConfiguration.Builder |
MacOSGeneralDeviceConfiguration.Builder.compliantAppsList(List<AppListItem> compliantAppsList)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
WindowsPhone81GeneralConfiguration.Builder |
WindowsPhone81GeneralConfiguration.Builder.compliantAppsList(List<AppListItem> compliantAppsList)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
IosGeneralDeviceConfiguration.Builder |
IosGeneralDeviceConfiguration.Builder.compliantAppsList(List<AppListItem> compliantAppsList)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.kioskModeApps(List<AppListItem> kioskModeApps)
“A list of apps that will be allowed to run when the device is in Kiosk Mode.
|
AndroidDeviceOwnerGeneralDeviceConfiguration.Builder |
AndroidDeviceOwnerGeneralDeviceConfiguration.Builder.kioskModeApps(List<AppListItem> kioskModeApps)
“A list of managed apps that will be shown when the device is in Kiosk Mode.
|
IosCompliancePolicy.Builder |
IosCompliancePolicy.Builder.restrictedApps(List<AppListItem> restrictedApps)
“Require the device to not have the specified apps installed.
|
AndroidCompliancePolicy.Builder |
AndroidCompliancePolicy.Builder.restrictedApps(List<AppListItem> restrictedApps)
“Require the device to not have the specified apps installed.
|
IosikEv2VpnConfiguration.Builder |
IosikEv2VpnConfiguration.Builder.targetedMobileApps(List<AppListItem> targetedMobileApps) |
IosVpnConfiguration.Builder |
IosVpnConfiguration.Builder.targetedMobileApps(List<AppListItem> targetedMobileApps)
“Targeted mobile apps.
|
Copyright © 2018–2020. All rights reserved.