Uses of Class
odata.msgraph.client.beta.enums.AppLockerApplicationControlType
-
Packages that use AppLockerApplicationControlType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AppLockerApplicationControlType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AppLockerApplicationControlType Modifier and Type Field Description protected AppLockerApplicationControlTypeWindows10EndpointProtectionConfiguration. appLockerApplicationControlMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppLockerApplicationControlType Modifier and Type Method Description Optional<AppLockerApplicationControlType>Windows10EndpointProtectionConfiguration. getAppLockerApplicationControl()“Enables the Admin to choose what types of app to allow on devices.”Methods in odata.msgraph.client.beta.entity with parameters of type AppLockerApplicationControlType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. appLockerApplicationControl(AppLockerApplicationControlType appLockerApplicationControl)“Enables the Admin to choose what types of app to allow on devices.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withAppLockerApplicationControl(AppLockerApplicationControlType appLockerApplicationControl)Returns an immutable copy ofthiswith just theappLockerApplicationControlfield changed. -
Uses of AppLockerApplicationControlType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AppLockerApplicationControlType Modifier and Type Method Description static AppLockerApplicationControlTypeAppLockerApplicationControlType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppLockerApplicationControlType[]AppLockerApplicationControlType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-