Uses of Class
odata.msgraph.client.beta.enums.AppInstallControlType
-
Packages that use AppInstallControlType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AppInstallControlType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AppInstallControlType Modifier and Type Field Description protected AppInstallControlTypeWindows10GeneralConfiguration. smartScreenAppInstallControlMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppInstallControlType Modifier and Type Method Description Optional<AppInstallControlType>Windows10GeneralConfiguration. getSmartScreenAppInstallControl()“Added in Windows 10, version 1703.Methods in odata.msgraph.client.beta.entity with parameters of type AppInstallControlType Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. smartScreenAppInstallControl(AppInstallControlType smartScreenAppInstallControl)“Added in Windows 10, version 1703.Windows10GeneralConfigurationWindows10GeneralConfiguration. withSmartScreenAppInstallControl(AppInstallControlType smartScreenAppInstallControl)Returns an immutable copy ofthiswith just thesmartScreenAppInstallControlfield changed. -
Uses of AppInstallControlType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AppInstallControlType Modifier and Type Method Description static AppInstallControlTypeAppInstallControlType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppInstallControlType[]AppInstallControlType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-