Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.CommentRequestDTO
-
Packages that use CommentRequestDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of CommentRequestDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type CommentRequestDTO Modifier and Type Method Description CommentDTOCommentsApi. addCommentToMCPServer(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo)Add an MCP Server Commentokhttp3.CallCommentsApi. addCommentToMCPServerAsync(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo, ApiCallback<CommentDTO> _callback)Add an MCP Server Comment (asynchronously)okhttp3.CallCommentsApi. addCommentToMCPServerCall(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo, ApiCallback _callback)Build call for addCommentToMCPServerApiResponse<CommentDTO>CommentsApi. addCommentToMCPServerWithHttpInfo(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo)Add an MCP Server CommentCommentDTOCommentsApi. editCommentOfMCPServer(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO)Edit a comment Edit the individual commentokhttp3.CallCommentsApi. editCommentOfMCPServerAsync(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO, ApiCallback<CommentDTO> _callback)Edit a comment (asynchronously) Edit the individual commentokhttp3.CallCommentsApi. editCommentOfMCPServerCall(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO, ApiCallback _callback)Build call for editCommentOfMCPServerApiResponse<CommentDTO>CommentsApi. editCommentOfMCPServerWithHttpInfo(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO)Edit a comment Edit the individual comment -
Uses of CommentRequestDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return CommentRequestDTO Modifier and Type Method Description CommentRequestDTOCommentRequestDTO. category(String category)CommentRequestDTOCommentRequestDTO. content(String content)
-