Class GetFeedbackOptions.Builder
java.lang.Object
com.ibm.watson.compare_comply.v1.model.GetFeedbackOptions.Builder
- Enclosing class:
- GetFeedbackOptions
public static class GetFeedbackOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description GetFeedbackOptions
build()
Builds a GetFeedbackOptions.GetFeedbackOptions.Builder
feedbackId(String feedbackId)
Set the feedbackId.GetFeedbackOptions.Builder
model(String model)
Set the model.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
feedbackId
- the feedbackId
-
-
Method Details
-
build
Builds a GetFeedbackOptions.- Returns:
- the new GetFeedbackOptions instance
-
feedbackId
Set the feedbackId.- Parameters:
feedbackId
- the feedbackId- Returns:
- the GetFeedbackOptions builder
-
model
Set the model.- Parameters:
model
- the model- Returns:
- the GetFeedbackOptions builder
-