Uses of Enum
com.microsoft.graph.models.IosNotificationAlertType
Packages that use IosNotificationAlertType
-
Uses of IosNotificationAlertType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return IosNotificationAlertTypeModifier and TypeMethodDescriptionstatic IosNotificationAlertTypeIosNotificationSettings.getAlertType()Gets the alertType property value.static IosNotificationAlertTypeReturns the enum constant of this type with the specified name.static IosNotificationAlertType[]IosNotificationAlertType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type IosNotificationAlertTypeModifier and TypeMethodDescriptionvoidIosNotificationSettings.setAlertType(IosNotificationAlertType value) Sets the alertType property value.