Uses of Enum Class
com.pushtechnology.diffusion.client.topics.details.TopicType
Packages that use TopicType
Package
Description
Client API.
Client API : Standard Features.
Client API : Topic Control Features.
Client API : Topic Specifications.
-
Uses of TopicType in com.pushtechnology.diffusion.client
Methods in com.pushtechnology.diffusion.client with parameters of type TopicTypeModifier and TypeMethodDescriptionDiffusion.Implementation.newTopicSpecification(TopicType topicType) static TopicSpecificationDiffusion.newTopicSpecification(TopicType topicType) Create a newTopicSpecificationfor a given topic type. -
Uses of TopicType in com.pushtechnology.diffusion.client.features
Fields in com.pushtechnology.diffusion.client.features with type parameters of type TopicTypeModifier and TypeFieldDescriptionTopics.FetchRequest.ALL_TYPESA constant set of all topic types that can be fetched.Methods in com.pushtechnology.diffusion.client.features that return TopicTypeMethod parameters in com.pushtechnology.diffusion.client.features with type arguments of type TopicTypeModifier and TypeMethodDescriptionTopics.FetchRequest.topicTypes(Set<TopicType> topicTypes) Specifies that only topics of the specified topic types should be returned. -
Uses of TopicType in com.pushtechnology.diffusion.client.features.control.topics
Methods in com.pushtechnology.diffusion.client.features.control.topics with parameters of type TopicTypeModifier and TypeMethodDescriptionRequest creation of a topic. -
Uses of TopicType in com.pushtechnology.diffusion.client.topics.details
Methods in com.pushtechnology.diffusion.client.topics.details that return TopicTypeModifier and TypeMethodDescriptionTopicSpecification.getType()Returns the topic type.static TopicTypeReturns the enum constant of this class with the specified name.static TopicType[]TopicType.values()Returns an array containing the constants of this enum class, in the order they are declared.