Uses of Enum Class
com.mypurecloud.sdk.v2.model.AlertSummaryEntity.EntityTypeEnum
Packages that use AlertSummaryEntity.EntityTypeEnum
-
Uses of AlertSummaryEntity.EntityTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AlertSummaryEntity.EntityTypeEnumModifier and TypeMethodDescriptionAlertSummaryEntity.EntityTypeEnum.fromString(String key) AlertSummaryEntity.getEntityType()Returns the enum constant of this class with the specified name.static AlertSummaryEntity.EntityTypeEnum[]AlertSummaryEntity.EntityTypeEnum.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 AlertSummaryEntity.EntityTypeEnumModifier and TypeMethodDescriptionAlertSummaryEntity.entityType(AlertSummaryEntity.EntityTypeEnum entityType) Specifies the type of entity being evaluatedvoidAlertSummaryEntity.setEntityType(AlertSummaryEntity.EntityTypeEnum entityType)