Uses of Class
com.longbridge.content.MyTopicsOptions
-
Packages that use MyTopicsOptions Package Description com.longbridge.content -
-
Uses of MyTopicsOptions in com.longbridge.content
Methods in com.longbridge.content that return MyTopicsOptions Modifier and Type Method Description MyTopicsOptionsMyTopicsOptions. setPage(int page)Sets the page number (default 1).MyTopicsOptionsMyTopicsOptions. setSize(int size)Sets the number of records per page, range 1~500 (default 50).MyTopicsOptionsMyTopicsOptions. setTopicType(String topicType)Filters by topic type: "article" or "post".Methods in com.longbridge.content with parameters of type MyTopicsOptions Modifier and Type Method Description CompletableFuture<OwnedTopic[]>ContentContext. getMyTopics(MyTopicsOptions opts)Get topics created by the current authenticated user
-