Uses of Class
org.zendesk.client.v2.model.TopicType
-
Packages that use TopicType Package Description org.zendesk.client.v2.model -
-
Uses of TopicType in org.zendesk.client.v2.model
Methods in org.zendesk.client.v2.model that return TopicType Modifier and Type Method Description TopicTypeForum. getForumType()TopicTypeTopic. getTopicType()static TopicTypeTopicType. valueOf(String name)Returns the enum constant of this type with the specified name.static TopicType[]TopicType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zendesk.client.v2.model with parameters of type TopicType Modifier and Type Method Description voidForum. setForumType(TopicType forumType)voidTopic. setTopicType(TopicType topicType)
-