Class TopicParams

java.lang.Object
org.miaixz.bus.gitlab.models.TopicParams
All Implemented Interfaces:
Serializable

public class TopicParams extends Object implements Serializable
This class is utilized by the TopicsApi.createTopic(TopicParams) and TopicsApi.updateTopic(Integer, TopicParams) methods to set the parameters for the call to the GitLab API. Avatar Upload has its own Upload in TopicsApi.updateTopicAvatar(Integer,File)
See Also: