| 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)
Retrieve API comments
Get a list of Comments that are already added to APIs
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CommentListDTO> |
CommentsApi.getAllCommentsOfAPIWithHttpInfo(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset)
Retrieve API comments
Get a list of Comments that are already added to APIs
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CommentsApi.getAllCommentsOfAPIAsync(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
ApiCallback<CommentListDTO> callback)
Retrieve API comments (asynchronously)
Get a list of Comments that are already added to APIs
|
| Modifier and Type | Method and Description |
|---|---|
CommentListDTO |
CommentListDTO.addListItem(CommentDTO listItem) |
CommentListDTO |
CommentListDTO.count(Integer count) |
CommentListDTO |
CommentListDTO.list(List<CommentDTO> list) |
CommentListDTO |
CommentListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.