Uses of Enum Class
com.mypurecloud.sdk.v2.model.Topic.MatchingTypeEnum
Packages that use Topic.MatchingTypeEnum
-
Uses of Topic.MatchingTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Topic.MatchingTypeEnumModifier and TypeMethodDescriptionstatic Topic.MatchingTypeEnumTopic.MatchingTypeEnum.fromString(String key) Topic.getMatchingType()static Topic.MatchingTypeEnumReturns the enum constant of this class with the specified name.static Topic.MatchingTypeEnum[]Topic.MatchingTypeEnum.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 Topic.MatchingTypeEnumModifier and TypeMethodDescriptionTopic.matchingType(Topic.MatchingTypeEnum matchingType) voidTopic.setMatchingType(Topic.MatchingTypeEnum matchingType)