Class Category
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.Category
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Category
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information defining an element's subject matter.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Category.Builder
Builder.static interface
Category.Label
The category of the associated element.static interface
Category.Modification
The type of modification of the feedback entry in the updated labels response. -
Method Summary
Modifier and Type Method Description String
label()
Gets the label.String
modification()
Gets the modification.Category.Builder
newBuilder()
New builder.List<String>
provenanceIds()
Gets the provenanceIds.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a Category builder
-
label
Gets the label.The category of the associated element.
- Returns:
- the label
-
provenanceIds
Gets the provenanceIds.Hashed values that you can send to IBM to provide feedback or receive support.
- Returns:
- the provenanceIds
-
modification
Gets the modification.The type of modification of the feedback entry in the updated labels response.
- Returns:
- the modification
-