public class Enrichment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Enrichment.Type
The type of this enrichment.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
getEnrichmentId()
Gets the enrichmentId.
|
String |
getName()
Gets the name.
|
EnrichmentOptions |
getOptions()
Gets the options.
|
String |
getType()
Gets the type.
|
public String getEnrichmentId()
The Universally Unique Identifier (UUID) of this enrichment.
public String getName()
The human readable name for this enrichment.
public String getDescription()
The description of this enrichment.
public String getType()
The type of this enrichment.
public EnrichmentOptions getOptions()
An object that contains options for the current enrichment. Starting with version `2020-08-30`, the enrichment options are not included in responses from the List Enrichments method.
Copyright © 2024 IBM Cloud. All rights reserved.