Class AddFeedbackOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.AddFeedbackOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AddFeedbackOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The addFeedback options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddFeedbackOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
comment()
Gets the comment.FeedbackDataInput
feedbackData()
Gets the feedbackData.AddFeedbackOptions.Builder
newBuilder()
New builder.String
userId()
Gets the userId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a AddFeedbackOptions builder
-
feedbackData
Gets the feedbackData.Feedback data for submission.
- Returns:
- the feedbackData
-
userId
Gets the userId.An optional string identifying the user.
- Returns:
- the userId
-
comment
Gets the comment.An optional comment on or description of the feedback.
- Returns:
- the comment
-