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