| 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
|
okhttp3.Call |
CommentsApi.addCommentToAPIAsync(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo,
ApiCallback<CommentDTO> _callback)
Add an API Comment (asynchronously)
|
okhttp3.Call |
CommentsApi.addCommentToAPICall(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo,
ApiCallback _callback)
Build call for addCommentToAPI
|
ApiResponse<CommentDTO> |
CommentsApi.addCommentToAPIWithHttpInfo(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo)
Add an API Comment
|
| Modifier and Type | Method and Description |
|---|---|
PostRequestBodyDTO |
PostRequestBodyDTO.category(String category) |
PostRequestBodyDTO |
PostRequestBodyDTO.content(String content) |
Copyright © 2021 WSO2 Inc. All rights reserved.