Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.CommentDTO
-
Packages that use CommentDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of CommentDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return CommentDTO Modifier and Type Method Description CommentDTOCommentsApi. addCommentToAPI(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo)Add an API CommentCommentDTOCommentsApi. editCommentOfAPI(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO)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.Methods in org.wso2.am.integration.clients.store.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. editCommentOfAPIWithHttpInfo(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO)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.Method parameters in org.wso2.am.integration.clients.store.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. editCommentOfAPIAsync(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO, 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. -
Uses of CommentDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.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.store.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.store.api.v1.dto with type arguments of type CommentDTO Modifier and Type Method Description CommentListDTOCommentListDTO. list(List<CommentDTO> list)voidCommentListDTO. setList(List<CommentDTO> list)
-