public static class GetFeedbackOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
GetFeedbackOptions.Builder()
Instantiates a new builder.
|
GetFeedbackOptions.Builder(java.lang.String feedbackId)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
GetFeedbackOptions |
build()
Builds a GetFeedbackOptions.
|
GetFeedbackOptions.Builder |
feedbackId(java.lang.String feedbackId)
Set the feedbackId.
|
GetFeedbackOptions.Builder |
modelId(java.lang.String modelId)
Set the modelId.
|
public GetFeedbackOptions.Builder()
public GetFeedbackOptions.Builder(java.lang.String feedbackId)
feedbackId - the feedbackIdpublic GetFeedbackOptions build()
public GetFeedbackOptions.Builder feedbackId(java.lang.String feedbackId)
feedbackId - the feedbackIdpublic GetFeedbackOptions.Builder modelId(java.lang.String modelId)
modelId - the modelId