Package com.atlan.model.relations
Class GlossaryValidValue
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.RelationshipAttributes
com.atlan.model.relations.GlossaryValidValue
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class GlossaryValidValue
extends RelationshipAttributes
Terms that represent valid values for another, for example: 'red', 'blue', 'green' could all be valid values for a term 'color'.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
GlossaryValidValue.GlossaryValidValueBuilder<C extends GlossaryValidValue,
B extends GlossaryValidValue.GlossaryValidValueBuilder<C, B>> static final class
Terms that represent valid values for another, for example: 'red', 'blue', 'green' could all be valid values for a term 'color'.static final class
Terms that represent valid values for another, for example: 'red', 'blue', 'green' could all be valid values for a term 'color'.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
Modifier and TypeMethodDescriptionstatic GlossaryValidValue.GlossaryValidValueBuilder<?,
?> builder()
protected boolean
boolean
getAll()
TBCTBCTBCTBCTBCFixed typeName for GlossaryValidValues.int
hashCode()
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
-
GlossaryValidValue
-
-
Method Details
-
getAll
- Specified by:
getAll
in classRelationshipAttributes
-
builder
-
toBuilder
-
getDescription
TBC -
getExpression
TBC -
getSource
TBC -
getStatus
TBC -
getSteward
TBC -
equals
- Overrides:
equals
in classRelationshipAttributes
-
canEqual
- Overrides:
canEqual
in classRelationshipAttributes
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRelationshipAttributes
-
getTypeName
Fixed typeName for GlossaryValidValues.- Overrides:
getTypeName
in classRelationshipAttributes
-