Uses of Enum Class
com.mypurecloud.sdk.v2.model.AlertNotification.NotificationTypesEnum
Packages that use AlertNotification.NotificationTypesEnum
-
Uses of AlertNotification.NotificationTypesEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AlertNotification.NotificationTypesEnumModifier and TypeMethodDescriptionAlertNotification.NotificationTypesEnum.fromString(String key) Returns the enum constant of this class with the specified name.AlertNotification.NotificationTypesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AlertNotification.NotificationTypesEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AlertNotification.NotificationTypesEnumModifier and TypeMethodDescriptionAlertNotification.notificationTypes(List<AlertNotification.NotificationTypesEnum> notificationTypes) The notification types the user will receive.voidAlertNotification.setNotificationTypes(List<AlertNotification.NotificationTypesEnum> notificationTypes)