Uses of Class
odata.msgraph.client.beta.enums.AppListType
-
Packages that use AppListType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AppListType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AppListType Modifier and Type Field Description protected AppListTypeIosGeneralDeviceConfiguration. appsVisibilityListTypeprotected AppListTypeAndroidGeneralDeviceConfiguration. compliantAppListTypeprotected AppListTypeIosGeneralDeviceConfiguration. compliantAppListTypeprotected AppListTypeMacOSGeneralDeviceConfiguration. compliantAppListTypeprotected AppListTypeWindowsPhone81GeneralConfiguration. compliantAppListTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppListType Modifier and Type Method Description Optional<AppListType>IosGeneralDeviceConfiguration. getAppsVisibilityListType()“Type of list that is in the AppsVisibilityList.”Optional<AppListType>AndroidGeneralDeviceConfiguration. getCompliantAppListType()“Type of list that is in the CompliantAppsList.”Optional<AppListType>IosGeneralDeviceConfiguration. getCompliantAppListType()“List that is in the AppComplianceList.”Optional<AppListType>MacOSGeneralDeviceConfiguration. getCompliantAppListType()“List that is in the CompliantAppsList.”Optional<AppListType>WindowsPhone81GeneralConfiguration. getCompliantAppListType()“List that is in the AppComplianceList.”Methods in odata.msgraph.client.beta.entity with parameters of type AppListType Modifier and Type Method Description IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. appsVisibilityListType(AppListType appsVisibilityListType)“Type of list that is in the AppsVisibilityList.”AndroidGeneralDeviceConfiguration.BuilderAndroidGeneralDeviceConfiguration.Builder. compliantAppListType(AppListType compliantAppListType)“Type of list that is in the CompliantAppsList.”IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. compliantAppListType(AppListType compliantAppListType)“List that is in the AppComplianceList.”MacOSGeneralDeviceConfiguration.BuilderMacOSGeneralDeviceConfiguration.Builder. compliantAppListType(AppListType compliantAppListType)“List that is in the CompliantAppsList.”WindowsPhone81GeneralConfiguration.BuilderWindowsPhone81GeneralConfiguration.Builder. compliantAppListType(AppListType compliantAppListType)“List that is in the AppComplianceList.”IosGeneralDeviceConfigurationIosGeneralDeviceConfiguration. withAppsVisibilityListType(AppListType appsVisibilityListType)Returns an immutable copy ofthiswith just theappsVisibilityListTypefield changed.AndroidGeneralDeviceConfigurationAndroidGeneralDeviceConfiguration. withCompliantAppListType(AppListType compliantAppListType)Returns an immutable copy ofthiswith just thecompliantAppListTypefield changed.IosGeneralDeviceConfigurationIosGeneralDeviceConfiguration. withCompliantAppListType(AppListType compliantAppListType)Returns an immutable copy ofthiswith just thecompliantAppListTypefield changed.MacOSGeneralDeviceConfigurationMacOSGeneralDeviceConfiguration. withCompliantAppListType(AppListType compliantAppListType)Returns an immutable copy ofthiswith just thecompliantAppListTypefield changed.WindowsPhone81GeneralConfigurationWindowsPhone81GeneralConfiguration. withCompliantAppListType(AppListType compliantAppListType)Returns an immutable copy ofthiswith just thecompliantAppListTypefield changed. -
Uses of AppListType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AppListType Modifier and Type Method Description static AppListTypeAppListType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppListType[]AppListType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-