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 GetFeedbackOptionsbuild()Builds a GetFeedbackOptions.GetFeedbackOptions.BuilderfeedbackId(String feedbackId)Set the feedbackId.GetFeedbackOptions.Buildermodel(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
-