| 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,
CommentDTO body)
Add an API comment
|
CommentDTO |
CommentsApi.getCommentOfAPI(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch)
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,
CommentDTO body)
Add an API comment
|
ApiResponse<CommentDTO> |
CommentsApi.getCommentOfAPIWithHttpInfo(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of an API comment
Get the individual comment given by a username for a certain API.
|
| Modifier and Type | Method and Description |
|---|---|
CommentDTO |
CommentsApi.addCommentToAPI(String apiId,
CommentDTO body)
Add an API comment
|
com.squareup.okhttp.Call |
CommentsApi.addCommentToAPIAsync(String apiId,
CommentDTO body,
ApiCallback<CommentDTO> callback)
Add an API comment (asynchronously)
|
com.squareup.okhttp.Call |
CommentsApi.addCommentToAPICall(String apiId,
CommentDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addCommentToAPI
|
ApiResponse<CommentDTO> |
CommentsApi.addCommentToAPIWithHttpInfo(String apiId,
CommentDTO body)
Add an API comment
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CommentsApi.addCommentToAPIAsync(String apiId,
CommentDTO body,
ApiCallback<CommentDTO> callback)
Add an API comment (asynchronously)
|
com.squareup.okhttp.Call |
CommentsApi.getCommentOfAPIAsync(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
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.content(String content) |
CommentDTO |
CommentDTO.createdBy(String createdBy) |
CommentDTO |
CommentDTO.createdTime(String createdTime) |
CommentDTO |
CommentDTO.id(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentDTO> |
CommentListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
CommentListDTO |
CommentListDTO.addListItem(CommentDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
CommentListDTO |
CommentListDTO.list(List<CommentDTO> list) |
void |
CommentListDTO.setList(List<CommentDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.