Uses of Class
odata.msgraph.client.beta.complex.AppListItem
-
Packages that use AppListItem Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AppListItem in odata.msgraph.client.beta.complex
Subclasses of AppListItem in odata.msgraph.client.beta.complex Modifier and Type Class Description classAppleAppListItem“Represents an app in the list of managed Apple applications”Fields in odata.msgraph.client.beta.complex with type parameters of type AppListItem Modifier and Type Field Description protected List<AppListItem>IosSingleSignOnSettings. allowedAppsListprotected List<AppListItem>IosNetworkUsageRule. managedAppsMethods in odata.msgraph.client.beta.complex that return AppListItem Modifier and Type Method Description AppListItemAppListItem.Builder. build()AppListItemAppListItem. withAppId(String appId)Returns an immutable copy ofthiswith just theappIdfield changed.AppListItemAppListItem. withAppStoreUrl(String appStoreUrl)Returns an immutable copy ofthiswith just theappStoreUrlfield changed.AppListItemAppListItem. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.AppListItemAppListItem. withPublisher(String publisher)Returns an immutable copy ofthiswith just thepublisherfield changed.AppListItemAppListItem. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type AppListItem Modifier and Type Method 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.Methods in odata.msgraph.client.beta.complex with parameters of type AppListItem Modifier and Type Method Description IosSingleSignOnSettings.BuilderIosSingleSignOnSettings.Builder. allowedAppsList(AppListItem... allowedAppsList)“List of app identifiers that are allowed to use this login.IosNetworkUsageRule.BuilderIosNetworkUsageRule.Builder. managedApps(AppListItem... managedApps)“Information about the managed apps that this rule is going to apply to.Method parameters in odata.msgraph.client.beta.complex with type arguments of type AppListItem Modifier and Type Method Description IosSingleSignOnSettings.BuilderIosSingleSignOnSettings.Builder. allowedAppsList(List<AppListItem> allowedAppsList)“List of app identifiers that are allowed to use this login.IosNetworkUsageRule.BuilderIosNetworkUsageRule.Builder. managedApps(List<AppListItem> managedApps)“Information about the managed apps that this rule is going to apply to. -
Uses of AppListItem in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AppListItem Modifier and Type Field Description protected List<AppListItem>AndroidGeneralDeviceConfiguration. appsHideListprotected List<AppListItem>AndroidGeneralDeviceConfiguration. appsInstallAllowListprotected List<AppListItem>AndroidGeneralDeviceConfiguration. appsLaunchBlockListprotected List<AppListItem>IosGeneralDeviceConfiguration. appsSingleAppModeListprotected List<AppListItem>IosGeneralDeviceConfiguration. appsVisibilityListprotected List<AppListItem>AndroidGeneralDeviceConfiguration. compliantAppsListprotected List<AppListItem>IosGeneralDeviceConfiguration. compliantAppsListprotected List<AppListItem>MacOSGeneralDeviceConfiguration. compliantAppsListprotected List<AppListItem>WindowsPhone81GeneralConfiguration. compliantAppsListprotected List<AppListItem>AndroidDeviceOwnerGeneralDeviceConfiguration. kioskModeAppsprotected List<AppListItem>AndroidGeneralDeviceConfiguration. kioskModeAppsprotected List<AppListItem>AndroidCompliancePolicy. restrictedAppsprotected List<AppListItem>IosCompliancePolicy. restrictedAppsprotected List<AppListItem>AndroidDeviceOwnerVpnConfiguration. targetedMobileAppsprotected List<AppListItem>AndroidWorkProfileVpnConfiguration. targetedMobileAppsprotected List<AppListItem>IosVpnConfiguration. targetedMobileAppsMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppListItem Modifier and Type Method 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>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>IosGeneralDeviceConfiguration. 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(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()“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()“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>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>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>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>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>AndroidCompliancePolicy. getRestrictedApps()“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>IosCompliancePolicy. 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>AndroidDeviceOwnerVpnConfiguration. getTargetedMobileApps()“Targeted mobile apps.com.github.davidmoten.odata.client.CollectionPage<AppListItem>AndroidDeviceOwnerVpnConfiguration. getTargetedMobileApps(com.github.davidmoten.odata.client.HttpRequestOptions options)“Targeted mobile apps.com.github.davidmoten.odata.client.CollectionPage<AppListItem>AndroidWorkProfileVpnConfiguration. getTargetedMobileApps()“Targeted mobile apps.com.github.davidmoten.odata.client.CollectionPage<AppListItem>AndroidWorkProfileVpnConfiguration. getTargetedMobileApps(com.github.davidmoten.odata.client.HttpRequestOptions options)“Targeted mobile apps.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.Methods in odata.msgraph.client.beta.entity with parameters of type AppListItem Modifier and Type Method Description AndroidGeneralDeviceConfiguration.BuilderAndroidGeneralDeviceConfiguration.Builder. appsHideList(AppListItem... appsHideList)“List of apps to be hidden on the KNOX device.AndroidGeneralDeviceConfiguration.BuilderAndroidGeneralDeviceConfiguration.Builder. appsInstallAllowList(AppListItem... appsInstallAllowList)“List of apps which can be installed on the KNOX device.AndroidGeneralDeviceConfiguration.BuilderAndroidGeneralDeviceConfiguration.Builder. appsLaunchBlockList(AppListItem... appsLaunchBlockList)“List of apps which are blocked from being launched on the KNOX device.IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. appsSingleAppModeList(AppListItem... appsSingleAppModeList)“Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode.IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.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.BuilderAndroidGeneralDeviceConfiguration.Builder. compliantAppsList(AppListItem... compliantAppsList)“List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType).IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. compliantAppsList(AppListItem... compliantAppsList)“List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType).MacOSGeneralDeviceConfiguration.BuilderMacOSGeneralDeviceConfiguration.Builder. compliantAppsList(AppListItem... compliantAppsList)“List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType).WindowsPhone81GeneralConfiguration.BuilderWindowsPhone81GeneralConfiguration.Builder. compliantAppsList(AppListItem... compliantAppsList)“List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType).AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. kioskModeApps(AppListItem... kioskModeApps)“A list of managed apps that will be shown when the device is in Kiosk Mode.AndroidGeneralDeviceConfiguration.BuilderAndroidGeneralDeviceConfiguration.Builder. kioskModeApps(AppListItem... kioskModeApps)“A list of apps that will be allowed to run when the device is in Kiosk Mode.AndroidCompliancePolicy.BuilderAndroidCompliancePolicy.Builder. restrictedApps(AppListItem... restrictedApps)“Require the device to not have the specified apps installed.IosCompliancePolicy.BuilderIosCompliancePolicy.Builder. restrictedApps(AppListItem... restrictedApps)“Require the device to not have the specified apps installed.AndroidDeviceOwnerVpnConfiguration.BuilderAndroidDeviceOwnerVpnConfiguration.Builder. targetedMobileApps(AppListItem... targetedMobileApps)“Targeted mobile apps.AndroidWorkProfileVpnConfiguration.BuilderAndroidWorkProfileVpnConfiguration.Builder. targetedMobileApps(AppListItem... targetedMobileApps)“Targeted mobile apps.IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. targetedMobileApps(AppListItem... targetedMobileApps)IosVpnConfiguration.BuilderIosVpnConfiguration.Builder. targetedMobileApps(AppListItem... targetedMobileApps)“Targeted mobile apps.Method parameters in odata.msgraph.client.beta.entity with type arguments of type AppListItem Modifier and Type Method Description AndroidGeneralDeviceConfiguration.BuilderAndroidGeneralDeviceConfiguration.Builder. appsHideList(List<AppListItem> appsHideList)“List of apps to be hidden on the KNOX device.AndroidGeneralDeviceConfiguration.BuilderAndroidGeneralDeviceConfiguration.Builder. appsInstallAllowList(List<AppListItem> appsInstallAllowList)“List of apps which can be installed on the KNOX device.AndroidGeneralDeviceConfiguration.BuilderAndroidGeneralDeviceConfiguration.Builder. appsLaunchBlockList(List<AppListItem> appsLaunchBlockList)“List of apps which are blocked from being launched on the KNOX device.IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. appsSingleAppModeList(List<AppListItem> appsSingleAppModeList)“Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode.IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.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.BuilderAndroidGeneralDeviceConfiguration.Builder. compliantAppsList(List<AppListItem> compliantAppsList)“List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType).IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. compliantAppsList(List<AppListItem> compliantAppsList)“List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType).MacOSGeneralDeviceConfiguration.BuilderMacOSGeneralDeviceConfiguration.Builder. compliantAppsList(List<AppListItem> compliantAppsList)“List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType).WindowsPhone81GeneralConfiguration.BuilderWindowsPhone81GeneralConfiguration.Builder. compliantAppsList(List<AppListItem> compliantAppsList)“List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType).AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. kioskModeApps(List<AppListItem> kioskModeApps)“A list of managed apps that will be shown when the device is in Kiosk Mode.AndroidGeneralDeviceConfiguration.BuilderAndroidGeneralDeviceConfiguration.Builder. kioskModeApps(List<AppListItem> kioskModeApps)“A list of apps that will be allowed to run when the device is in Kiosk Mode.AndroidCompliancePolicy.BuilderAndroidCompliancePolicy.Builder. restrictedApps(List<AppListItem> restrictedApps)“Require the device to not have the specified apps installed.IosCompliancePolicy.BuilderIosCompliancePolicy.Builder. restrictedApps(List<AppListItem> restrictedApps)“Require the device to not have the specified apps installed.AndroidDeviceOwnerVpnConfiguration.BuilderAndroidDeviceOwnerVpnConfiguration.Builder. targetedMobileApps(List<AppListItem> targetedMobileApps)“Targeted mobile apps.AndroidWorkProfileVpnConfiguration.BuilderAndroidWorkProfileVpnConfiguration.Builder. targetedMobileApps(List<AppListItem> targetedMobileApps)“Targeted mobile apps.IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. targetedMobileApps(List<AppListItem> targetedMobileApps)IosVpnConfiguration.BuilderIosVpnConfiguration.Builder. targetedMobileApps(List<AppListItem> targetedMobileApps)“Targeted mobile apps.AndroidGeneralDeviceConfigurationAndroidGeneralDeviceConfiguration. withAppsHideList(List<AppListItem> appsHideList)Returns an immutable copy ofthiswith just theappsHideListfield changed.AndroidGeneralDeviceConfigurationAndroidGeneralDeviceConfiguration. withAppsInstallAllowList(List<AppListItem> appsInstallAllowList)Returns an immutable copy ofthiswith just theappsInstallAllowListfield changed.AndroidGeneralDeviceConfigurationAndroidGeneralDeviceConfiguration. withAppsLaunchBlockList(List<AppListItem> appsLaunchBlockList)Returns an immutable copy ofthiswith just theappsLaunchBlockListfield changed.IosGeneralDeviceConfigurationIosGeneralDeviceConfiguration. withAppsSingleAppModeList(List<AppListItem> appsSingleAppModeList)Returns an immutable copy ofthiswith just theappsSingleAppModeListfield changed.IosGeneralDeviceConfigurationIosGeneralDeviceConfiguration. withAppsVisibilityList(List<AppListItem> appsVisibilityList)Returns an immutable copy ofthiswith just theappsVisibilityListfield changed.AndroidGeneralDeviceConfigurationAndroidGeneralDeviceConfiguration. withCompliantAppsList(List<AppListItem> compliantAppsList)Returns an immutable copy ofthiswith just thecompliantAppsListfield changed.IosGeneralDeviceConfigurationIosGeneralDeviceConfiguration. withCompliantAppsList(List<AppListItem> compliantAppsList)Returns an immutable copy ofthiswith just thecompliantAppsListfield changed.MacOSGeneralDeviceConfigurationMacOSGeneralDeviceConfiguration. withCompliantAppsList(List<AppListItem> compliantAppsList)Returns an immutable copy ofthiswith just thecompliantAppsListfield changed.WindowsPhone81GeneralConfigurationWindowsPhone81GeneralConfiguration. withCompliantAppsList(List<AppListItem> compliantAppsList)Returns an immutable copy ofthiswith just thecompliantAppsListfield changed.AndroidDeviceOwnerGeneralDeviceConfigurationAndroidDeviceOwnerGeneralDeviceConfiguration. withKioskModeApps(List<AppListItem> kioskModeApps)Returns an immutable copy ofthiswith just thekioskModeAppsfield changed.AndroidGeneralDeviceConfigurationAndroidGeneralDeviceConfiguration. withKioskModeApps(List<AppListItem> kioskModeApps)Returns an immutable copy ofthiswith just thekioskModeAppsfield changed.AndroidCompliancePolicyAndroidCompliancePolicy. withRestrictedApps(List<AppListItem> restrictedApps)Returns an immutable copy ofthiswith just therestrictedAppsfield changed.IosCompliancePolicyIosCompliancePolicy. withRestrictedApps(List<AppListItem> restrictedApps)Returns an immutable copy ofthiswith just therestrictedAppsfield changed.AndroidDeviceOwnerVpnConfigurationAndroidDeviceOwnerVpnConfiguration. withTargetedMobileApps(List<AppListItem> targetedMobileApps)Returns an immutable copy ofthiswith just thetargetedMobileAppsfield changed.AndroidWorkProfileVpnConfigurationAndroidWorkProfileVpnConfiguration. withTargetedMobileApps(List<AppListItem> targetedMobileApps)Returns an immutable copy ofthiswith just thetargetedMobileAppsfield changed.IosVpnConfigurationIosVpnConfiguration. withTargetedMobileApps(List<AppListItem> targetedMobileApps)Returns an immutable copy ofthiswith just thetargetedMobileAppsfield changed.
-