Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.ClassificationProperties
-
Packages that use ClassificationProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ClassificationProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type ClassificationProperties Constructor Description ClassificationProperties(ClassificationProperties template)Copy/clone constructor. -
Uses of ClassificationProperties in org.odpi.openmetadata.accessservices.securitymanager.rest
Methods in org.odpi.openmetadata.accessservices.securitymanager.rest that return ClassificationProperties Modifier and Type Method Description ClassificationPropertiesClassificationRequestBody. getProperties()Return the properties for the classification.Methods in org.odpi.openmetadata.accessservices.securitymanager.rest with parameters of type ClassificationProperties Modifier and Type Method Description voidClassificationRequestBody. setProperties(ClassificationProperties properties)Set up the properties for the classification.
-