Uses of Class
com.ibm.watson.compare_comply.v1.model.UpdatedLabelsIn
Package | Description |
---|---|
com.ibm.watson.compare_comply.v1.model |
-
Uses of UpdatedLabelsIn in com.ibm.watson.compare_comply.v1.model
Methods in com.ibm.watson.compare_comply.v1.model that return UpdatedLabelsIn Modifier and Type Method Description UpdatedLabelsIn
UpdatedLabelsIn.Builder. build()
Builds a UpdatedLabelsIn.UpdatedLabelsIn
FeedbackDataInput. updatedLabels()
Gets the updatedLabels.Methods in com.ibm.watson.compare_comply.v1.model with parameters of type UpdatedLabelsIn Modifier and Type Method Description FeedbackDataInput.Builder
FeedbackDataInput.Builder. updatedLabels(UpdatedLabelsIn updatedLabels)
Set the updatedLabels.Constructors in com.ibm.watson.compare_comply.v1.model with parameters of type UpdatedLabelsIn Constructor Description Builder(String feedbackType, Location location, String text, OriginalLabelsIn originalLabels, UpdatedLabelsIn updatedLabels)
Instantiates a new builder with required properties.