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 Details

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

      public Builder​(String feedbackId)
      Instantiates a new builder with required properties.
      Parameters:
      feedbackId - the feedbackId
  • Method Details

    • build

      public DeleteFeedbackOptions build()
      Builds a DeleteFeedbackOptions.
      Returns:
      the new DeleteFeedbackOptions instance
    • feedbackId

      public DeleteFeedbackOptions.Builder feedbackId​(String feedbackId)
      Set the feedbackId.
      Parameters:
      feedbackId - the feedbackId
      Returns:
      the DeleteFeedbackOptions builder
    • model

      public DeleteFeedbackOptions.Builder model​(String model)
      Set the model.
      Parameters:
      model - the model
      Returns:
      the DeleteFeedbackOptions builder