Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.CommentListDTO
-
Packages that use CommentListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of CommentListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return CommentListDTO Modifier and Type Method Description CommentListDTOCommentsApi. getAllCommentsOfAPI(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo)Retrieve API Comments Get a list of Comments that are already added to APIsCommentListDTOCommentsApi. getRepliesOfComment(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo)Get replies of a comment Get replies of a commentMethods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type CommentListDTO Modifier and Type Method Description ApiResponse<CommentListDTO>CommentsApi. getAllCommentsOfAPIWithHttpInfo(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo)Retrieve API Comments Get a list of Comments that are already added to APIsApiResponse<CommentListDTO>CommentsApi. getRepliesOfCommentWithHttpInfo(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo)Get replies of a comment Get replies of a commentMethod parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type CommentListDTO Modifier and Type Method Description okhttp3.CallCommentsApi. getAllCommentsOfAPIAsync(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback)Retrieve API Comments (asynchronously) Get a list of Comments that are already added to APIsokhttp3.CallCommentsApi. getRepliesOfCommentAsync(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback)Get replies of a comment (asynchronously) Get replies of a comment -
Uses of CommentListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return CommentListDTO Modifier and Type Method Description CommentListDTOCommentListDTO. count(Integer count)CommentListDTOCommentDTO. getReplies()Get repliesCommentListDTOCommentListDTO. list(List<CommentDTO> list)CommentListDTOCommentListDTO. pagination(PaginationDTO pagination)Methods in org.wso2.am.integration.clients.store.api.v1.dto with parameters of type CommentListDTO Modifier and Type Method Description CommentDTOCommentDTO. replies(CommentListDTO replies)voidCommentDTO. setReplies(CommentListDTO replies)
-