Uses of Class
io.gitea.model.GitBlobResponse
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of GitBlobResponse in io.gitea.api
Methods in io.gitea.api that return GitBlobResponse Modifier and Type Method Description GitBlobResponseRepositoryApi. getBlob(java.lang.String owner, java.lang.String repo, java.lang.String sha)Gets the blob of a repository.Methods in io.gitea.api that return types with arguments of type GitBlobResponse Modifier and Type Method Description ApiResponse<GitBlobResponse>RepositoryApi. getBlobWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String sha)Gets the blob of a repository.Method parameters in io.gitea.api with type arguments of type GitBlobResponse Modifier and Type Method Description com.squareup.okhttp.CallRepositoryApi. getBlobAsync(java.lang.String owner, java.lang.String repo, java.lang.String sha, ApiCallback<GitBlobResponse> callback)Gets the blob of a repository. -
Uses of GitBlobResponse in io.gitea.model
Methods in io.gitea.model that return GitBlobResponse Modifier and Type Method Description GitBlobResponseGitBlobResponse. content(java.lang.String content)GitBlobResponseGitBlobResponse. encoding(java.lang.String encoding)GitBlobResponseGitBlobResponse. sha(java.lang.String sha)GitBlobResponseGitBlobResponse. size(java.lang.Long size)GitBlobResponseGitBlobResponse. url(java.lang.String url)