Uses of Class
io.gitea.model.TopicResponse
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of TopicResponse in io.gitea.api
Methods in io.gitea.api that return types with arguments of type TopicResponse Modifier and Type Method Description java.util.List<TopicResponse>RepositoryApi. topicSearch(java.lang.String q, java.lang.Integer page, java.lang.Integer limit)search topics via keywordApiResponse<java.util.List<TopicResponse>>RepositoryApi. topicSearchWithHttpInfo(java.lang.String q, java.lang.Integer page, java.lang.Integer limit)search topics via keywordMethod parameters in io.gitea.api with type arguments of type TopicResponse Modifier and Type Method Description com.squareup.okhttp.CallRepositoryApi. topicSearchAsync(java.lang.String q, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<TopicResponse>> callback)search topics via keyword (asynchronously) -
Uses of TopicResponse in io.gitea.model
Methods in io.gitea.model that return TopicResponse Modifier and Type Method Description TopicResponseTopicResponse. created(org.threeten.bp.OffsetDateTime created)TopicResponseTopicResponse. id(java.lang.Long id)TopicResponseTopicResponse. repoCount(java.lang.Long repoCount)TopicResponseTopicResponse. topicName(java.lang.String topicName)TopicResponseTopicResponse. updated(org.threeten.bp.OffsetDateTime updated)