public interface CaseClassificationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
The display name of the classification.
string display_name = 4;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name of the classification.
string display_name = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getId()
public abstract String getId()
The unique ID for a classification. Must be specified for case creation.
To retrieve valid classification IDs for case creation, use
caseClassifications.search
.
string id = 3;
Returns | |
---|---|
Type | Description |
String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()
The unique ID for a classification. Must be specified for case creation.
To retrieve valid classification IDs for case creation, use
caseClassifications.search
.
string id = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for id. |