Uses of Enum Class
com.pushtechnology.diffusion.client.features.control.topics.TopicControl.AddTopicResult
Packages that use TopicControl.AddTopicResult
Package
Description
Client API : Topic Control Features.
-
Uses of TopicControl.AddTopicResult in com.pushtechnology.diffusion.client.features.control.topics
Methods in com.pushtechnology.diffusion.client.features.control.topics that return TopicControl.AddTopicResultModifier and TypeMethodDescriptionstatic TopicControl.AddTopicResultReturns the enum constant of this class with the specified name.static TopicControl.AddTopicResult[]TopicControl.AddTopicResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.features.control.topics that return types with arguments of type TopicControl.AddTopicResultModifier and TypeMethodDescriptionTopicControl.addTopic(String topicPath, TopicSpecification specification) Request creation of a topic.Request creation of a topic.