Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.properties.LikeProperties
-
Packages that use LikeProperties Package Description org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetconsumer.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of LikeProperties in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements that return LikeProperties Modifier and Type Method Description LikePropertiesLikeElement. getLikeProperties()Return the properties for the like.Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type LikeProperties Modifier and Type Method Description voidLikeElement. setLikeProperties(LikeProperties likeProperties)Set up the properties for the like. -
Uses of LikeProperties in org.odpi.openmetadata.accessservices.assetconsumer.properties
Constructors in org.odpi.openmetadata.accessservices.assetconsumer.properties with parameters of type LikeProperties Constructor Description LikeProperties(LikeProperties template)Copy/clone constructor.
-