Uses of Class
com.longbridge.content.CreateTopicOptions
-
Packages that use CreateTopicOptions Package Description com.longbridge.content -
-
Uses of CreateTopicOptions in com.longbridge.content
Methods in com.longbridge.content that return CreateTopicOptions Modifier and Type Method Description CreateTopicOptionsCreateTopicOptions. setHashtags(String[] hashtags)Sets the hashtag names, max 5.CreateTopicOptionsCreateTopicOptions. setTickers(String[] tickers)Sets the related stock tickers, format: {symbol}.CreateTopicOptionsCreateTopicOptions. setTopicType(String topicType)Sets the content type: "article" (long-form) or "post" (short post, default).Methods in com.longbridge.content with parameters of type CreateTopicOptions Modifier and Type Method Description CompletableFuture<String>ContentContext. createTopic(CreateTopicOptions opts)Create a new topic
-