Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.PostRequestBodyDTO
-
Packages that use PostRequestBodyDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of PostRequestBodyDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 with parameters of type PostRequestBodyDTO Modifier and Type Method Description CommentDTOCommentsApi. addCommentToAPI(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo)Add an API Commentokhttp3.CallCommentsApi. addCommentToAPIAsync(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo, ApiCallback<CommentDTO> _callback)Add an API Comment (asynchronously)okhttp3.CallCommentsApi. addCommentToAPICall(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo, ApiCallback _callback)Build call for addCommentToAPIApiResponse<CommentDTO>CommentsApi. addCommentToAPIWithHttpInfo(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo)Add an API Comment -
Uses of PostRequestBodyDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return PostRequestBodyDTO Modifier and Type Method Description PostRequestBodyDTOPostRequestBodyDTO. category(String category)PostRequestBodyDTOPostRequestBodyDTO. content(String content)
-