Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.properties.StarRating
-
Packages that use StarRating Package Description org.odpi.openmetadata.accessservices.assetconsumer.api The API package defines the Java interfaces supported by the Asset Consumer OMAS.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 StarRating in org.odpi.openmetadata.accessservices.assetconsumer.api
Methods in org.odpi.openmetadata.accessservices.assetconsumer.api with parameters of type StarRating Modifier and Type Method Description voidAssetConsumerFeedbackInterface. addRatingToAsset(String userId, String assetGUID, StarRating starRating, String review, boolean isPublic)Adds a star rating and optional review text to the asset. -
Uses of StarRating in org.odpi.openmetadata.accessservices.assetconsumer.properties
Methods in org.odpi.openmetadata.accessservices.assetconsumer.properties that return StarRating Modifier and Type Method Description StarRatingRatingProperties. getStarRating()Return the stars for the rating.static StarRatingStarRating. valueOf(String name)Returns the enum constant of this type with the specified name.static StarRating[]StarRating. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetconsumer.properties with parameters of type StarRating Modifier and Type Method Description voidRatingProperties. setStarRating(StarRating starRating)Set up the stars for the rating.
-