Class DeleteFeedbackOptions.Builder
java.lang.Object
com.ibm.watson.compare_comply.v1.model.DeleteFeedbackOptions.Builder
- Enclosing class:
- DeleteFeedbackOptions
public static class DeleteFeedbackOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DeleteFeedbackOptions
build()
Builds a DeleteFeedbackOptions.DeleteFeedbackOptions.Builder
feedbackId(String feedbackId)
Set the feedbackId.DeleteFeedbackOptions.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 DeleteFeedbackOptions.- Returns:
- the new DeleteFeedbackOptions instance
-
feedbackId
Set the feedbackId.- Parameters:
feedbackId
- the feedbackId- Returns:
- the DeleteFeedbackOptions builder
-
model
Set the model.- Parameters:
model
- the model- Returns:
- the DeleteFeedbackOptions builder
-