Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.EnumSchemaTypeProperties
-
Packages that use EnumSchemaTypeProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api 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 EnumSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type EnumSchemaTypeProperties Modifier and Type Method Description StringSchemaManagerInterface. createEnumSchemaType(String userId, String externalSourceGUID, String externalSourceName, EnumSchemaTypeProperties schemaTypeProperties, String validValuesSetGUID)Create a new metadata element to represent a schema type that has a fixed set of values that are described by a valid value set. -
Uses of EnumSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type EnumSchemaTypeProperties Constructor Description EnumSchemaTypeProperties(EnumSchemaTypeProperties template)Copy/clone Constructor -
Uses of EnumSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of EnumSchemaTypeProperties 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.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type EnumSchemaTypeProperties Constructor Description EnumSchemaTypeRequestBody(EnumSchemaTypeProperties template)Copy/clone constructor.
-