Package com.atlan.model.typedefs
Class TypeDefResponse
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.typedefs.TypeDefResponse
- All Implemented Interfaces:
AtlanResponseInterface
,Serializable
Wrapper used for both requests and responses for type definitions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.net.ApiResource
ApiResource.RequestMethod
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.net.ApiResource
CHARSET
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
List of Atlan tag type definitions.List of custom metadata type definitions.List of entity type definitions.List of enumeration type definitions.List of relationship type definitions.List of struct type definitions.int
hashCode()
toString()
Methods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeId
Methods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJson
-
Method Details
-
builder
-
getEnumDefs
List of enumeration type definitions. -
getStructDefs
List of struct type definitions. -
getAtlanTagDefs
List of Atlan tag type definitions. -
getEntityDefs
List of entity type definitions. -
getRelationshipDefs
List of relationship type definitions. -
getCustomMetadataDefs
List of custom metadata type definitions. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classApiResource
-