public class CreateEnrichment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateEnrichment.Builder
Builder.
|
static interface |
CreateEnrichment.Type
The type of this enrichment.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
name |
protected EnrichmentOptions |
options |
protected java.lang.String |
type |
Modifier | Constructor and Description |
---|---|
protected |
CreateEnrichment(CreateEnrichment.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Gets the description.
|
java.lang.String |
name()
Gets the name.
|
CreateEnrichment.Builder |
newBuilder()
New builder.
|
EnrichmentOptions |
options()
Gets the options.
|
java.lang.String |
type()
Gets the type.
|
protected java.lang.String name
protected java.lang.String description
protected java.lang.String type
protected EnrichmentOptions options
protected CreateEnrichment(CreateEnrichment.Builder builder)
public CreateEnrichment.Builder newBuilder()
public java.lang.String name()
The human readable name for this enrichment.
public java.lang.String description()
The description of this enrichment.
public java.lang.String type()
The type of this enrichment.
public EnrichmentOptions options()
A object containing options for the current enrichment.