Package com.atlan.samples.loaders.models
Class CategoryEnrichmentDetails.CategoryEnrichmentDetailsBuilder<C extends CategoryEnrichmentDetails,B extends CategoryEnrichmentDetails.CategoryEnrichmentDetailsBuilder<C,B>>
- java.lang.Object
-
- com.atlan.samples.loaders.models.AssetDetails.AssetDetailsBuilder<C,B>
-
- com.atlan.samples.loaders.models.EnrichmentDetails.EnrichmentDetailsBuilder<C,B>
-
- com.atlan.samples.loaders.models.CategoryEnrichmentDetails.CategoryEnrichmentDetailsBuilder<C,B>
-
- Enclosing class:
- CategoryEnrichmentDetails
public abstract static class CategoryEnrichmentDetails.CategoryEnrichmentDetailsBuilder<C extends CategoryEnrichmentDetails,B extends CategoryEnrichmentDetails.CategoryEnrichmentDetailsBuilder<C,B>> extends EnrichmentDetails.EnrichmentDetailsBuilder<C,B>
-
-
Constructor Summary
Constructors Constructor Description CategoryEnrichmentDetailsBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract C
build()
B
categoryPath(java.lang.String categoryPath)
B
glossary(com.atlan.model.assets.Asset glossary)
protected abstract B
self()
java.lang.String
toString()
-
Methods inherited from class com.atlan.samples.loaders.models.EnrichmentDetails.EnrichmentDetailsBuilder
customMetadataValues, readme, userDescription
-
Methods inherited from class com.atlan.samples.loaders.models.AssetDetails.AssetDetailsBuilder
announcementMessage, announcementTitle, announcementType, atlanTags, certificate, certificateStatusMessage, description, ownerGroups, ownerUsers, stub
-
-
-
-
Method Detail
-
self
protected abstract B self()
- Specified by:
self
in classEnrichmentDetails.EnrichmentDetailsBuilder<C extends CategoryEnrichmentDetails,B extends CategoryEnrichmentDetails.CategoryEnrichmentDetailsBuilder<C,B>>
-
build
public abstract C build()
- Specified by:
build
in classEnrichmentDetails.EnrichmentDetailsBuilder<C extends CategoryEnrichmentDetails,B extends CategoryEnrichmentDetails.CategoryEnrichmentDetailsBuilder<C,B>>
-
glossary
public B glossary(com.atlan.model.assets.Asset glossary)
- Returns:
this
.
-
categoryPath
public B categoryPath(java.lang.String categoryPath)
- Returns:
this
.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classEnrichmentDetails.EnrichmentDetailsBuilder<C extends CategoryEnrichmentDetails,B extends CategoryEnrichmentDetails.CategoryEnrichmentDetailsBuilder<C,B>>
-
-