TopicTemplateContexts value object

Previous Topic

Next Topic

Book Contents

TopicTemplateContexts value object

The getTopicTemplateContexts method returns TopicTemplateContexts with a list of topic template IDs and names.

Note: Topic template names are not unique.

class TopicTemplateContexts extends TopicsServiceResult {

List<TopicTemplateContext> topicTemplateContexts;

}

class TopicTemplateContext extends BaseTopicContext {}

class BaseTopicContext {

long id;

String name;

}

Send Feedback