-
Methods in io.gitea.api with parameters of type EditIssueCommentOption
| Modifier and Type |
Method |
Description |
Comment |
IssueApi.issueEditComment(java.lang.String owner,
java.lang.String repo,
java.lang.Long id,
EditIssueCommentOption body) |
Edit a comment
|
com.squareup.okhttp.Call |
IssueApi.issueEditCommentAsync(java.lang.String owner,
java.lang.String repo,
java.lang.Long id,
EditIssueCommentOption body,
ApiCallback<Comment> callback) |
Edit a comment (asynchronously)
|
com.squareup.okhttp.Call |
IssueApi.issueEditCommentCall(java.lang.String owner,
java.lang.String repo,
java.lang.Long id,
EditIssueCommentOption body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for issueEditComment
|
Comment |
IssueApi.issueEditCommentDeprecated(java.lang.String owner,
java.lang.String repo,
java.lang.Integer index,
java.lang.Long id,
EditIssueCommentOption body) |
Deprecated.
|
com.squareup.okhttp.Call |
IssueApi.issueEditCommentDeprecatedAsync(java.lang.String owner,
java.lang.String repo,
java.lang.Integer index,
java.lang.Long id,
EditIssueCommentOption body,
ApiCallback<Comment> callback) |
Deprecated.
|
com.squareup.okhttp.Call |
IssueApi.issueEditCommentDeprecatedCall(java.lang.String owner,
java.lang.String repo,
java.lang.Integer index,
java.lang.Long id,
EditIssueCommentOption body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
|
ApiResponse<Comment> |
IssueApi.issueEditCommentDeprecatedWithHttpInfo(java.lang.String owner,
java.lang.String repo,
java.lang.Integer index,
java.lang.Long id,
EditIssueCommentOption body) |
Deprecated.
|
ApiResponse<Comment> |
IssueApi.issueEditCommentWithHttpInfo(java.lang.String owner,
java.lang.String repo,
java.lang.Long id,
EditIssueCommentOption body) |
Edit a comment
|
-