Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.CommentListDTO
Packages that use CommentListDTO
Package
Description
-
Uses of CommentListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return CommentListDTOModifier and TypeMethodDescriptionCommentsApi.getAllCommentsOfAPI(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo) Retrieve API Comments Get a list of Comments that are already added to APIsCommentsApi.getAllCommentsOfMCPServer(String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo) Retrieve MCP Server Comments Get a list of Comments that are already added to MCP ServerCommentsApi.getRepliesOfComment(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo) Get replies of a comment Get replies of a commentCommentsApi.getRepliesOfCommentOfMCPServer(String commentId, String mcpServerId, 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.publisher.api.v1 that return types with arguments of type CommentListDTOModifier and TypeMethodDescriptionCommentsApi.getAllCommentsOfAPIWithHttpInfo(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo) Retrieve API Comments Get a list of Comments that are already added to APIsCommentsApi.getAllCommentsOfMCPServerWithHttpInfo(String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo) Retrieve MCP Server Comments Get a list of Comments that are already added to MCP ServerCommentsApi.getRepliesOfCommentOfMCPServerWithHttpInfo(String commentId, String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo) Get replies of a comment Get replies of a commentCommentsApi.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.publisher.api.v1 with type arguments of type CommentListDTOModifier and TypeMethodDescriptionokhttp3.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.getAllCommentsOfMCPServerAsync(String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback) Retrieve MCP Server Comments (asynchronously) Get a list of Comments that are already added to MCP Serverokhttp3.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 commentokhttp3.CallCommentsApi.getRepliesOfCommentOfMCPServerAsync(String commentId, String mcpServerId, 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.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return CommentListDTOModifier and TypeMethodDescriptionCommentDTO.getReplies()Get repliesCommentListDTO.list(List<CommentDTO> list) CommentListDTO.pagination(PaginationDTO pagination) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type CommentListDTOModifier and TypeMethodDescriptionCommentDTO.replies(CommentListDTO replies) voidCommentDTO.setReplies(CommentListDTO replies)