Class FeedbackList
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.FeedbackList
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class FeedbackList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The results of a successful **List Feedback** request for all feedback.
-
Constructor Summary
Constructors Constructor Description FeedbackList()
-
Method Summary
Modifier and Type Method Description List<GetFeedback>
getFeedback()
Gets the feedback.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
FeedbackList
public FeedbackList()
-
-
Method Details
-
getFeedback
Gets the feedback.A list of all feedback for the document.
- Returns:
- the feedback
-