Uses of Class
com.skava.ratingandreviews.model.datatransferobject.request.PatchUpdateQARequest
Packages that use PatchUpdateQARequest
Package
Description
Provides the exception classes for ratingandreviews.
-
Uses of PatchUpdateQARequest in com.skava.ratingandreviews.web
Method parameters in com.skava.ratingandreviews.web with type arguments of type PatchUpdateQARequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PatchAnswerStatusResponse>
RatingQuestionsAndAnswersController.updateAnswerStatus
(String authToken, String storeId, long collectionId, String locale, long questionId, String versionId, List<PatchUpdateQARequest> request) method UpdateAnswerStatus This method is used to Update the Answer.org.springframework.http.ResponseEntity<PatchQuestionStatusResponse>
RatingQuestionsAndAnswersController.updateQuestionStatus
(String authToken, String versionId, String storeId, long collectionId, String locale, List<PatchUpdateQARequest> request) /** method updateQuestionStatus This method is used to Update the status of a Question.