public class CollectionDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CollectionDetails.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.util.Date |
created |
protected java.lang.String |
description |
protected java.util.List<CollectionEnrichment> |
enrichments |
protected java.lang.String |
language |
protected java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
protected |
CollectionDetails(CollectionDetails.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
collectionId()
Gets the collectionId.
|
java.util.Date |
created()
Gets the created.
|
java.lang.String |
description()
Gets the description.
|
java.util.List<CollectionEnrichment> |
enrichments()
Gets the enrichments.
|
java.lang.String |
language()
Gets the language.
|
java.lang.String |
name()
Gets the name.
|
CollectionDetails.Builder |
newBuilder()
New builder.
|
@SerializedName(value="collection_id") protected java.lang.String collectionId
protected java.lang.String name
protected java.lang.String description
protected java.util.Date created
protected java.lang.String language
protected java.util.List<CollectionEnrichment> enrichments
protected CollectionDetails(CollectionDetails.Builder builder)
public CollectionDetails.Builder newBuilder()
public java.lang.String collectionId()
The unique identifier of the collection.
public java.lang.String name()
The name of the collection.
public java.lang.String description()
A description of the collection.
public java.util.Date created()
The date that the collection was created.
public java.lang.String language()
The language of the collection.
public java.util.List<CollectionEnrichment> enrichments()
An array of enrichments that are applied to this collection.