public static class GetFeedbackOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| 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 | model(java.lang.String model)Set the model. | 
public Builder()
public Builder(java.lang.String feedbackId)
feedbackId - the feedbackIdpublic GetFeedbackOptions build()
public GetFeedbackOptions.Builder feedbackId(java.lang.String feedbackId)
feedbackId - the feedbackIdpublic GetFeedbackOptions.Builder model(java.lang.String model)
model - the model