| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
CommentListDTO |
CommentsApi.getAllCommentsOfAPI(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
Boolean includeCommenterInfo)
Retrieve API Comments
Get a list of Comments that are already added to APIs
|
CommentListDTO |
CommentsApi.getRepliesOfComment(String commentId,
String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
String ifNoneMatch,
Boolean includeCommenterInfo)
Get replies of a comment
Get replies of a comment
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CommentListDTO> |
CommentsApi.getAllCommentsOfAPIWithHttpInfo(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
Boolean includeCommenterInfo)
Retrieve API Comments
Get a list of Comments that are already added to APIs
|
ApiResponse<CommentListDTO> |
CommentsApi.getRepliesOfCommentWithHttpInfo(String commentId,
String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
String ifNoneMatch,
Boolean includeCommenterInfo)
Get replies of a comment
Get replies of a comment
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CommentsApi.getAllCommentsOfAPIAsync(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
Boolean includeCommenterInfo,
ApiCallback<CommentListDTO> _callback)
Retrieve API Comments (asynchronously)
Get a list of Comments that are already added to APIs
|
okhttp3.Call |
CommentsApi.getRepliesOfCommentAsync(String commentId,
String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
String ifNoneMatch,
Boolean includeCommenterInfo,
ApiCallback<CommentListDTO> _callback)
Get replies of a comment (asynchronously)
Get replies of a comment
|
| Modifier and Type | Method and Description |
|---|---|
CommentListDTO |
CommentListDTO.count(Integer count) |
CommentListDTO |
CommentDTO.getReplies()
Get replies
|
CommentListDTO |
CommentListDTO.list(List<CommentDTO> list) |
CommentListDTO |
CommentListDTO.pagination(PaginationDTO pagination) |
| Modifier and Type | Method and Description |
|---|---|
CommentDTO |
CommentDTO.replies(CommentListDTO replies) |
void |
CommentDTO.setReplies(CommentListDTO replies) |
Copyright © 2021 WSO2 Inc. All rights reserved.