Uses of Enum Class
com.mypurecloud.sdk.v2.model.GetAlertQuery.ViewedStatusEnum
Packages that use GetAlertQuery.ViewedStatusEnum
-
Uses of GetAlertQuery.ViewedStatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GetAlertQuery.ViewedStatusEnumModifier and TypeMethodDescriptionGetAlertQuery.ViewedStatusEnum.fromString(String key) GetAlertQuery.getViewedStatus()Returns the enum constant of this class with the specified name.static GetAlertQuery.ViewedStatusEnum[]GetAlertQuery.ViewedStatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type GetAlertQuery.ViewedStatusEnumModifier and TypeMethodDescriptionvoidGetAlertQuery.setViewedStatus(GetAlertQuery.ViewedStatusEnum viewedStatus) GetAlertQuery.viewedStatus(GetAlertQuery.ViewedStatusEnum viewedStatus) The view status of the alerts the query will return.