Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
-
Packages that use SimpleSchemaTypeProperties Package Description org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SimpleSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of SimpleSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties Modifier and Type Class Description classEnumSchemaTypePropertiesEnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.classExternalSchemaTypePropertiesExternalSchemaTypeProperties carries a reusable schema type.classPrimitiveSchemaTypePropertiesPrimitiveSchemaTypeProperties is a class for representing a primitive value.Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type SimpleSchemaTypeProperties Constructor Description SimpleSchemaTypeProperties(SimpleSchemaTypeProperties template)Copy/clone Constructor. -
Uses of SimpleSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of SimpleSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classEnumSchemaTypeRequestBodyEnumSchemaTypeRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability.classPrimitiveSchemaTypeRequestBodyPrimitiveSchemaTypeRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability.
-