Uses of Enum Class
com.mypurecloud.sdk.v2.model.DefaultObjective.TopicIdsFilterTypeEnum
Packages that use DefaultObjective.TopicIdsFilterTypeEnum
-
Uses of DefaultObjective.TopicIdsFilterTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DefaultObjective.TopicIdsFilterTypeEnumModifier and TypeMethodDescriptionDefaultObjective.TopicIdsFilterTypeEnum.fromString(String key) DefaultObjective.getTopicIdsFilterType()Returns the enum constant of this class with the specified name.DefaultObjective.TopicIdsFilterTypeEnum.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 DefaultObjective.TopicIdsFilterTypeEnumModifier and TypeMethodDescriptionvoidDefaultObjective.setTopicIdsFilterType(DefaultObjective.TopicIdsFilterTypeEnum topicIdsFilterType) DefaultObjective.topicIdsFilterType(DefaultObjective.TopicIdsFilterTypeEnum topicIdsFilterType) A filter type for topic Ids.