public class Category
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
label()
Gets the label.
|
String |
modification()
Gets the modification.
|
Category.Builder |
newBuilder()
New builder.
|
List<String> |
provenanceIds()
Gets the provenanceIds.
|
public Category.Builder newBuilder()
public String label()
The category of the associated element.
public List<String> provenanceIds()
Hashed values that you can send to IBM to provide feedback or receive support.
public String modification()
The type of modification of the feedback entry in the updated labels response.
Copyright © 2021 IBM Cloud. All rights reserved.