Class ListFeedbackOptions.Builder
java.lang.Object
com.ibm.watson.compare_comply.v1.model.ListFeedbackOptions.Builder
- Enclosing class:
- ListFeedbackOptions
public static class ListFeedbackOptions.Builder extends Object
Builder.
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder. -
Method Summary
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a ListFeedbackOptions.- Returns:
- the new ListFeedbackOptions instance
-
feedbackType
Set the feedbackType.- Parameters:
feedbackType
- the feedbackType- Returns:
- the ListFeedbackOptions builder
-
documentTitle
Set the documentTitle.- Parameters:
documentTitle
- the documentTitle- Returns:
- the ListFeedbackOptions builder
-
modelId
Set the modelId.- Parameters:
modelId
- the modelId- Returns:
- the ListFeedbackOptions builder
-
modelVersion
Set the modelVersion.- Parameters:
modelVersion
- the modelVersion- Returns:
- the ListFeedbackOptions builder
-
categoryRemoved
Set the categoryRemoved.- Parameters:
categoryRemoved
- the categoryRemoved- Returns:
- the ListFeedbackOptions builder
-
categoryAdded
Set the categoryAdded.- Parameters:
categoryAdded
- the categoryAdded- Returns:
- the ListFeedbackOptions builder
-
categoryNotChanged
Set the categoryNotChanged.- Parameters:
categoryNotChanged
- the categoryNotChanged- Returns:
- the ListFeedbackOptions builder
-
typeRemoved
Set the typeRemoved.- Parameters:
typeRemoved
- the typeRemoved- Returns:
- the ListFeedbackOptions builder
-
typeAdded
Set the typeAdded.- Parameters:
typeAdded
- the typeAdded- Returns:
- the ListFeedbackOptions builder
-
typeNotChanged
Set the typeNotChanged.- Parameters:
typeNotChanged
- the typeNotChanged- Returns:
- the ListFeedbackOptions builder
-
pageLimit
Set the pageLimit.- Parameters:
pageLimit
- the pageLimit- Returns:
- the ListFeedbackOptions builder
-
cursor
Set the cursor.- Parameters:
cursor
- the cursor- Returns:
- the ListFeedbackOptions builder
-
sort
Set the sort.- Parameters:
sort
- the sort- Returns:
- the ListFeedbackOptions builder
-
includeTotal
Set the includeTotal.- Parameters:
includeTotal
- the includeTotal- Returns:
- the ListFeedbackOptions builder
-