Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.PrimaryKeyProperties
-
Packages that use PrimaryKeyProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of PrimaryKeyProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type PrimaryKeyProperties Constructor Description PrimaryKeyProperties(PrimaryKeyProperties template)Copy/clone constructor for a primary key. -
Uses of PrimaryKeyProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return PrimaryKeyProperties Modifier and Type Method Description PrimaryKeyPropertiesPrimaryKeyClassificationRequestBody. getPrimaryKeyProperties()Return the properties associated with the primary key.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type PrimaryKeyProperties Modifier and Type Method Description voidPrimaryKeyClassificationRequestBody. setPrimaryKeyProperties(PrimaryKeyProperties primaryKeyProperties)Set up the properties associated with the primary key.
-