Package com.atlan.model.relations
Class GlossaryTermCategorization
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.RelationshipAttributes
com.atlan.model.relations.GlossaryTermCategorization
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class GlossaryTermCategorization
extends RelationshipAttributes
Organizes terms into categories. A term may be linked with many categories and a category may have many terms linked to it. This relationship may connect terms and categories both in the same glossary or in different glossaries.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Organizes terms into categories.static class
GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C extends GlossaryTermCategorization,
B extends GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C, B>> static final class
Organizes terms into categories.Nested classes/interfaces inherited from class com.atlan.model.relations.RelationshipAttributes
RelationshipAttributes.RelationshipAttributesBuilder<C extends RelationshipAttributes,
B extends RelationshipAttributes.RelationshipAttributesBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class com.atlan.model.relations.RelationshipAttributes
getNullFields, toString
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
GlossaryTermCategorization
protected GlossaryTermCategorization(GlossaryTermCategorization.GlossaryTermCategorizationBuilder<?, ?> b)
-
-
Method Details
-
getAll
- Specified by:
getAll
in classRelationshipAttributes
-
builder
-
toBuilder
-
getDescription
TBC -
getStatus
TBC -
equals
- Overrides:
equals
in classRelationshipAttributes
-
canEqual
- Overrides:
canEqual
in classRelationshipAttributes
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRelationshipAttributes
-
getTypeName
Fixed typeName for GlossaryTermCategorizations.- Overrides:
getTypeName
in classRelationshipAttributes
-