public static final class MigrationFeedbackResponse.Builder
extends java.lang.Object
MigrationFeedbackResponse.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
MigrationFeedbackResponse. |
| Modifier and Type | Method and Description |
|---|---|
MigrationFeedbackResponse |
build() |
MigrationFeedbackResponse.Builder |
setAction(java.lang.String action)
Action selected in response to the feedback request.
|
MigrationFeedbackResponse.Builder |
setId(java.lang.String id)
Identifier of the feedback request.
|
MigrationFeedbackResponse.Builder |
setValue(java.lang.String value)
User input provided in response to the feedback request.
|
MigrationFeedbackResponse.Builder |
setValues(java.util.List<java.lang.String> values)
User input provided in the form of a list of values in response to the feedback
request.
|
public Builder()
MigrationFeedbackResponse.public MigrationFeedbackResponse.Builder setAction(java.lang.String action)
action - New value for the property.public MigrationFeedbackResponse.Builder setId(java.lang.String id)
id - New value for the property.public MigrationFeedbackResponse.Builder setValue(java.lang.String value)
value - New value for the property.public MigrationFeedbackResponse.Builder setValues(java.util.List<java.lang.String> values)
values - New value for the property.public MigrationFeedbackResponse build()