Uses of Class
io.gitea.model.RepoTopicOptions
-
Packages that use RepoTopicOptions Package Description io.gitea.api io.gitea.model -
-
Uses of RepoTopicOptions in io.gitea.api
Methods in io.gitea.api with parameters of type RepoTopicOptions Modifier and Type Method Description voidRepositoryApi. repoUpdateTopics(java.lang.String owner, java.lang.String repo, RepoTopicOptions body)Replace list of topics for a repositorycom.squareup.okhttp.CallRepositoryApi. repoUpdateTopicsAsync(java.lang.String owner, java.lang.String repo, RepoTopicOptions body, ApiCallback<java.lang.Void> callback)Replace list of topics for a repository (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoUpdateTopicsCall(java.lang.String owner, java.lang.String repo, RepoTopicOptions body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for repoUpdateTopicsApiResponse<java.lang.Void>RepositoryApi. repoUpdateTopicsWithHttpInfo(java.lang.String owner, java.lang.String repo, RepoTopicOptions body)Replace list of topics for a repository -
Uses of RepoTopicOptions in io.gitea.model
Methods in io.gitea.model that return RepoTopicOptions Modifier and Type Method Description RepoTopicOptionsRepoTopicOptions. addTopicsItem(java.lang.String topicsItem)RepoTopicOptionsRepoTopicOptions. topics(java.util.List<java.lang.String> topics)
-