Uses of Class
org.miaixz.bus.gitlab.models.Topic
Packages that use Topic
-
Uses of Topic in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return TopicModifier and TypeMethodDescriptionTopicsApi.createTopic(TopicParams params) Creates a new Topic.TopicsApi.deleteTopicAvatar(Integer id) Delete the topic's avatar for the specified topic.Get all details of a topic.TopicsApi.mergeTopics(Integer sourceTopicId, Integer targetTopicId) Merge two topics together.TopicsApi.updateTopic(Integer id, TopicParams params) Update a project topic.TopicsApi.updateTopicAvatar(Integer id, File avatarFile) Uploads and sets the topic's avatar for the specified topic.Methods in org.miaixz.bus.gitlab that return types with arguments of type TopicModifier and TypeMethodDescriptionTopicsApi.getOptionalTopic(Integer id) Get all details of a topic as an Optional instance.TopicsApi.getTopics()Get a list of Topics.TopicsApi.getTopics(int itemsPerPage) Get a Pager of topics.TopicsApi.getTopics(int page, int perPage) Get a list of topics in the specified page range.TopicsApi.getTopicsStream()Get a Stream of topics.