Uses of Class
com.ibm.watson.compare_comply.v1.model.Category
Package | Description |
---|---|
com.ibm.watson.compare_comply.v1.model |
-
Uses of Category in com.ibm.watson.compare_comply.v1.model
Methods in com.ibm.watson.compare_comply.v1.model that return Category Modifier and Type Method Description Category
Category.Builder. build()
Builds a Category.Methods in com.ibm.watson.compare_comply.v1.model that return types with arguments of type Category Modifier and Type Method Description List<Category>
OriginalLabelsIn. categories()
Gets the categories.List<Category>
UpdatedLabelsIn. categories()
Gets the categories.List<Category>
Element. getCategories()
Gets the categories.List<Category>
OriginalLabelsOut. getCategories()
Gets the categories.List<Category>
UpdatedLabelsOut. getCategories()
Gets the categories.Methods in com.ibm.watson.compare_comply.v1.model with parameters of type Category Modifier and Type Method Description OriginalLabelsIn.Builder
OriginalLabelsIn.Builder. addCategories(Category categories)
Adds an categories to categories.UpdatedLabelsIn.Builder
UpdatedLabelsIn.Builder. addCategories(Category categories)
Adds an categories to categories.Method parameters in com.ibm.watson.compare_comply.v1.model with type arguments of type Category Modifier and Type Method Description OriginalLabelsIn.Builder
OriginalLabelsIn.Builder. categories(List<Category> categories)
Set the categories.UpdatedLabelsIn.Builder
UpdatedLabelsIn.Builder. categories(List<Category> categories)
Set the categories.