public class AddFeedbackOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AddFeedbackOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment |
protected FeedbackDataInput |
feedbackData |
protected java.lang.String |
userId |
Modifier | Constructor and Description |
---|---|
protected |
AddFeedbackOptions(AddFeedbackOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
comment()
Gets the comment.
|
FeedbackDataInput |
feedbackData()
Gets the feedbackData.
|
AddFeedbackOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
userId()
Gets the userId.
|
protected FeedbackDataInput feedbackData
protected java.lang.String userId
protected java.lang.String comment
protected AddFeedbackOptions(AddFeedbackOptions.Builder builder)
public AddFeedbackOptions.Builder newBuilder()
public FeedbackDataInput feedbackData()
Feedback data for submission.
public java.lang.String userId()
An optional string identifying the user.
public java.lang.String comment()
An optional comment on or description of the feedback.