Uses of Class
io.gitea.model.TopicName
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of TopicName in io.gitea.api
Methods in io.gitea.api that return TopicName Modifier and Type Method Description TopicNameRepositoryApi. repoListTopics(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit)Get list of topics that a repository hasMethods in io.gitea.api that return types with arguments of type TopicName Modifier and Type Method Description ApiResponse<TopicName>RepositoryApi. repoListTopicsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit)Get list of topics that a repository hasMethod parameters in io.gitea.api with type arguments of type TopicName Modifier and Type Method Description com.squareup.okhttp.CallRepositoryApi. repoListTopicsAsync(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit, ApiCallback<TopicName> callback)Get list of topics that a repository has (asynchronously) -
Uses of TopicName in io.gitea.model
Methods in io.gitea.model that return TopicName Modifier and Type Method Description TopicNameTopicName. addTopicsItem(java.lang.String topicsItem)TopicNameTopicName. topics(java.util.List<java.lang.String> topics)