Package com.atlan.api
Class AssetEndpoint.AtlanTagList
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.api.AssetEndpoint.AtlanTagList
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AssetEndpoint
Request class for handling Atlan tag additions.
- See Also:
-
Nested Class Summary
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
-
Method Summary
Modifier and TypeMethodDescriptiontoJson
(AtlanClient client) Serialize the object to a JSON string.Methods inherited from class com.atlan.model.core.AtlanObject
canEqual, equals, getRawJsonObject, hashCode, setRawJsonObject, toString
-
Constructor Details
-
AtlanTagList
-
-
Method Details
-
toJson
Description copied from class:AtlanObject
Serialize the object to a JSON string.- Overrides:
toJson
in classAtlanObject
- Parameters:
client
- the client through which to serialize the object- Returns:
- the serialized JSON string
-