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