Uses of Class
odata.msgraph.client.beta.enums.DefenderSecurityCenterNotificationsFromAppType
-
Packages that use DefenderSecurityCenterNotificationsFromAppType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DefenderSecurityCenterNotificationsFromAppType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DefenderSecurityCenterNotificationsFromAppType Modifier and Type Field Description protected DefenderSecurityCenterNotificationsFromAppTypeWindows10EndpointProtectionConfiguration. defenderSecurityCenterNotificationsFromAppMethods in odata.msgraph.client.beta.entity that return types with arguments of type DefenderSecurityCenterNotificationsFromAppType Modifier and Type Method Description Optional<DefenderSecurityCenterNotificationsFromAppType>Windows10EndpointProtectionConfiguration. getDefenderSecurityCenterNotificationsFromApp()“Notifications to show from the displayed areas of app”Methods in odata.msgraph.client.beta.entity with parameters of type DefenderSecurityCenterNotificationsFromAppType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. defenderSecurityCenterNotificationsFromApp(DefenderSecurityCenterNotificationsFromAppType defenderSecurityCenterNotificationsFromApp)“Notifications to show from the displayed areas of app”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withDefenderSecurityCenterNotificationsFromApp(DefenderSecurityCenterNotificationsFromAppType defenderSecurityCenterNotificationsFromApp)Returns an immutable copy ofthiswith just thedefenderSecurityCenterNotificationsFromAppfield changed. -
Uses of DefenderSecurityCenterNotificationsFromAppType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DefenderSecurityCenterNotificationsFromAppType Modifier and Type Method Description static DefenderSecurityCenterNotificationsFromAppTypeDefenderSecurityCenterNotificationsFromAppType. valueOf(String name)Returns the enum constant of this type with the specified name.static DefenderSecurityCenterNotificationsFromAppType[]DefenderSecurityCenterNotificationsFromAppType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-