| 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.editCommentOfAPI(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO)
Edit a comment
Edit the individual comment
|
okhttp3.Call |
CommentsApi.editCommentOfAPIAsync(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO,
ApiCallback<CommentDTO> _callback)
Edit a comment (asynchronously)
Edit the individual comment
|
okhttp3.Call |
CommentsApi.editCommentOfAPICall(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO,
ApiCallback _callback)
Build call for editCommentOfAPI
|
ApiResponse<CommentDTO> |
CommentsApi.editCommentOfAPIWithHttpInfo(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO)
Edit a comment
Edit the individual comment
|
| Modifier and Type | Method and Description |
|---|---|
PatchRequestBodyDTO |
PatchRequestBodyDTO.category(String category) |
PatchRequestBodyDTO |
PatchRequestBodyDTO.content(String content) |
Copyright © 2021 WSO2 Inc. All rights reserved.