Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.rest.FeedbackRequestBody
-
Packages that use FeedbackRequestBody Package Description org.odpi.openmetadata.accessservices.assetconsumer.rest This package defines the beans used to build the REST request payloads. -
-
Uses of FeedbackRequestBody in org.odpi.openmetadata.accessservices.assetconsumer.rest
Subclasses of FeedbackRequestBody in org.odpi.openmetadata.accessservices.assetconsumer.rest Modifier and Type Class Description classCommentRequestBodyThe CommentRequestBody bean stores information about a comment connected to an asset.classRatingRequestBodyRatingRequestBody stores information about a rating connected to an asset.Constructors in org.odpi.openmetadata.accessservices.assetconsumer.rest with parameters of type FeedbackRequestBody Constructor Description FeedbackRequestBody(FeedbackRequestBody template)Copy/clone constructor
-