Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.PatchRequestBodyDTO
-
Packages that use PatchRequestBodyDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of PatchRequestBodyDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 with parameters of type PatchRequestBodyDTO Modifier and Type Method Description CommentDTOCommentsApi. editCommentOfAPI(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO)Edit a comment Edit the individual commentokhttp3.CallCommentsApi. editCommentOfAPIAsync(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO, ApiCallback<CommentDTO> _callback)Edit a comment (asynchronously) Edit the individual commentokhttp3.CallCommentsApi. editCommentOfAPICall(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO, ApiCallback _callback)Build call for editCommentOfAPIApiResponse<CommentDTO>CommentsApi. editCommentOfAPIWithHttpInfo(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO)Edit a comment Edit the individual comment -
Uses of PatchRequestBodyDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return PatchRequestBodyDTO Modifier and Type Method Description PatchRequestBodyDTOPatchRequestBodyDTO. category(String category)PatchRequestBodyDTOPatchRequestBodyDTO. content(String content)
-