| 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 |
|---|---|
CommentDTO |
CommentsApi.addCommentToAPI(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo)
Add an API Comment
|
CommentDTO |
CommentsApi.editCommentOfAPI(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO)
Edit a comment
Edit the individual comment
|
CommentDTO |
CommentsApi.getCommentOfAPI(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
Boolean includeCommenterInfo,
Integer replyLimit,
Integer replyOffset)
Get Details of an API Comment
Get the individual comment given by a username for a certain API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CommentDTO> |
CommentsApi.addCommentToAPIWithHttpInfo(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo)
Add an API Comment
|
ApiResponse<CommentDTO> |
CommentsApi.editCommentOfAPIWithHttpInfo(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO)
Edit a comment
Edit the individual comment
|
ApiResponse<CommentDTO> |
CommentsApi.getCommentOfAPIWithHttpInfo(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
Boolean includeCommenterInfo,
Integer replyLimit,
Integer replyOffset)
Get Details of an API Comment
Get the individual comment given by a username for a certain API.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CommentsApi.addCommentToAPIAsync(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo,
ApiCallback<CommentDTO> _callback)
Add an API Comment (asynchronously)
|
okhttp3.Call |
CommentsApi.editCommentOfAPIAsync(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO,
ApiCallback<CommentDTO> _callback)
Edit a comment (asynchronously)
Edit the individual comment
|
okhttp3.Call |
CommentsApi.getCommentOfAPIAsync(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
Boolean includeCommenterInfo,
Integer replyLimit,
Integer replyOffset,
ApiCallback<CommentDTO> _callback)
Get Details of an API Comment (asynchronously)
Get the individual comment given by a username for a certain API.
|
| Modifier and Type | Method and Description |
|---|---|
CommentDTO |
CommentDTO.category(String category) |
CommentDTO |
CommentDTO.commenterInfo(CommenterInfoDTO commenterInfo) |
CommentDTO |
CommentDTO.content(String content) |
CommentDTO |
CommentDTO.createdBy(String createdBy) |
CommentDTO |
CommentDTO.createdTime(String createdTime) |
CommentDTO |
CommentDTO.entryPoint(CommentDTO.EntryPointEnum entryPoint) |
CommentDTO |
CommentDTO.id(String id) |
CommentDTO |
CommentDTO.parentCommentId(String parentCommentId) |
CommentDTO |
CommentDTO.replies(CommentListDTO replies) |
CommentDTO |
CommentDTO.updatedTime(String updatedTime) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentDTO> |
CommentListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
CommentListDTO |
CommentListDTO.list(List<CommentDTO> list) |
void |
CommentListDTO.setList(List<CommentDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.