Uses of Class
com.mypurecloud.sdk.v2.model.AlertSummaryEntity
Packages that use AlertSummaryEntity
-
Uses of AlertSummaryEntity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AlertSummaryEntityModifier and TypeMethodDescriptionFlag that indicated if the entity is current causing the alert to be triggeredAlertSummaryEntity.entityType(AlertSummaryEntity.EntityTypeEnum entityType) Specifies the type of entity being evaluatedAlertSummaryEntity.group(AddressableEntityRef group) Group id of the entity being monitoredAlertSummaryEntity.queue(AddressableEntityRef queue) Queue id of the entity being monitoredAlertSummaryEntity.team(AddressableEntityRef team) Team id of the entity being monitoredAlertSummaryEntity.user(AddressableEntityRef user) User id of the entity being monitoredMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AlertSummaryEntityMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AlertSummaryEntityModifier and TypeMethodDescriptionAlertSummary.entities(List<AlertSummaryEntity> entities) The entities who violated the rule condition over the duration of the alert.voidAlertSummary.setEntities(List<AlertSummaryEntity> entities)