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 | Method and Description |
---|---|
String |
comment()
Gets the comment.
|
FeedbackDataInput |
feedbackData()
Gets the feedbackData.
|
AddFeedbackOptions.Builder |
newBuilder()
New builder.
|
String |
userId()
Gets the userId.
|
public AddFeedbackOptions.Builder newBuilder()
public FeedbackDataInput feedbackData()
Feedback data for submission.
public String userId()
An optional string identifying the user.
public String comment()
An optional comment on or description of the feedback.
Copyright © 2021 IBM Cloud. All rights reserved.