Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.CommentDTO
Packages that use CommentDTO
Package
Description
-
Uses of CommentDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return CommentDTOModifier and TypeMethodDescriptionCommentsApi.addCommentToAPI(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo) Add an API CommentCommentsApi.addCommentToMCPServer(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo) Add an MCP Server CommentCommentsApi.editCommentOfAPI(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO) Edit a comment Edit the individual commentCommentsApi.editCommentOfMCPServer(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO) Edit a comment Edit the individual commentCommentsApi.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.CommentsApi.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 CommentDTOModifier and TypeMethodDescriptionCommentsApi.addCommentToAPIWithHttpInfo(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo) Add an API CommentCommentsApi.addCommentToMCPServerWithHttpInfo(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo) Add an MCP Server CommentCommentsApi.editCommentOfAPIWithHttpInfo(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO) Edit a comment Edit the individual commentCommentsApi.editCommentOfMCPServerWithHttpInfo(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO) Edit a comment Edit the individual commentCommentsApi.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.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 CommentDTOModifier and TypeMethodDescriptionokhttp3.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 CommentDTOModifier and TypeMethodDescriptionCommentDTO.commenterInfo(CommenterInfoDTO commenterInfo) CommentDTO.createdTime(String createdTime) CommentDTO.entryPoint(CommentDTO.EntryPointEnum entryPoint) CommentDTO.parentCommentId(String parentCommentId) CommentDTO.replies(CommentListDTO replies) CommentDTO.updatedTime(String updatedTime) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type CommentDTOMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type CommentDTOModifier and TypeMethodDescriptionCommentListDTO.list(List<CommentDTO> list) voidCommentListDTO.setList(List<CommentDTO> list)