Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.CommentDTO
-
Packages that use CommentDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of CommentDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return CommentDTO Modifier and Type Method Description CommentDTOCommentsApi. addCommentToAPI(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo)Add an API CommentCommentDTOCommentsApi. addCommentToMCPServer(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo)Add an MCP Server CommentCommentDTOCommentsApi. editCommentOfAPI(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO)Edit a comment Edit the individual commentCommentDTOCommentsApi. editCommentOfMCPServer(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO)Edit a comment Edit the individual commentCommentDTOCommentsApi. getCommentOfAPI(String commentId, String apiId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset)Get Details of an API Comment Get the individual comment given by a username for a certain API.CommentDTOCommentsApi. getCommentOfMCPServer(String commentId, String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset)Get Details of an API Comment Get the individual comment given by a username for a certain MCP Server.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type CommentDTO Modifier and Type Method Description ApiResponse<CommentDTO>CommentsApi. addCommentToAPIWithHttpInfo(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo)Add an API CommentApiResponse<CommentDTO>CommentsApi. addCommentToMCPServerWithHttpInfo(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo)Add an MCP Server CommentApiResponse<CommentDTO>CommentsApi. editCommentOfAPIWithHttpInfo(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO)Edit a comment Edit the individual commentApiResponse<CommentDTO>CommentsApi. editCommentOfMCPServerWithHttpInfo(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO)Edit a comment Edit the individual commentApiResponse<CommentDTO>CommentsApi. getCommentOfAPIWithHttpInfo(String commentId, String apiId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset)Get Details of an API Comment Get the individual comment given by a username for a certain API.ApiResponse<CommentDTO>CommentsApi. getCommentOfMCPServerWithHttpInfo(String commentId, String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset)Get Details of an API Comment Get the individual comment given by a username for a certain MCP Server.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type CommentDTO Modifier and Type Method Description okhttp3.CallCommentsApi. addCommentToAPIAsync(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo, ApiCallback<CommentDTO> _callback)Add an API Comment (asynchronously)okhttp3.CallCommentsApi. addCommentToMCPServerAsync(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo, ApiCallback<CommentDTO> _callback)Add an MCP Server Comment (asynchronously)okhttp3.CallCommentsApi. editCommentOfAPIAsync(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO, ApiCallback<CommentDTO> _callback)Edit a comment (asynchronously) Edit the individual commentokhttp3.CallCommentsApi. editCommentOfMCPServerAsync(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO, ApiCallback<CommentDTO> _callback)Edit a comment (asynchronously) Edit the individual commentokhttp3.CallCommentsApi. getCommentOfAPIAsync(String commentId, String apiId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback<CommentDTO> _callback)Get Details of an API Comment (asynchronously) Get the individual comment given by a username for a certain API.okhttp3.CallCommentsApi. getCommentOfMCPServerAsync(String commentId, String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback<CommentDTO> _callback)Get Details of an API Comment (asynchronously) Get the individual comment given by a username for a certain MCP Server. -
Uses of CommentDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return CommentDTO Modifier and Type Method Description CommentDTOCommentDTO. category(String category)CommentDTOCommentDTO. commenterInfo(CommenterInfoDTO commenterInfo)CommentDTOCommentDTO. content(String content)CommentDTOCommentDTO. createdBy(String createdBy)CommentDTOCommentDTO. createdTime(String createdTime)CommentDTOCommentDTO. entryPoint(CommentDTO.EntryPointEnum entryPoint)CommentDTOCommentDTO. id(String id)CommentDTOCommentDTO. parentCommentId(String parentCommentId)CommentDTOCommentDTO. replies(CommentListDTO replies)CommentDTOCommentDTO. updatedTime(String updatedTime)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type CommentDTO Modifier and Type Method Description List<CommentDTO>CommentListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type CommentDTO Modifier and Type Method Description CommentListDTOCommentListDTO. list(List<CommentDTO> list)voidCommentListDTO. setList(List<CommentDTO> list)
-