public class IssueCommentListApi extends Object
| Constructor and Description |
|---|
IssueCommentListApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBeanComment> |
getCommentsByIds(IssueCommentListRequestBean issueCommentListRequestBean,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get comments by IDs
Returns the comments for a list of comment IDs.
|
public IssueCommentListApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<PageBeanComment> getCommentsByIds(IssueCommentListRequestBean issueCommentListRequestBean, Optional<String> expand, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns the comments for a list of comment IDs.
This operation can be accessed anonymously.
Permissions required: Comments are returned where the user:
issueCommentListRequestBean - The list of comment IDs.
(required)expand - Use expand to include additional information about comments in the response. This parameter accepts multiple values separated by a comma:
renderedBody Returns the comment body rendered in HTML.properties Returns the comment's properties.restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.