Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIRequestBody
-
Packages that use AssetConsumerOMASAPIRequestBody Package Description org.odpi.openmetadata.accessservices.assetconsumer.rest This package defines the beans used to build the REST request payloads. -
-
Uses of AssetConsumerOMASAPIRequestBody in org.odpi.openmetadata.accessservices.assetconsumer.rest
Subclasses of AssetConsumerOMASAPIRequestBody in org.odpi.openmetadata.accessservices.assetconsumer.rest Modifier and Type Class Description classCommentRequestBodyThe CommentRequestBody bean stores information about a comment connected to an asset.classFeedbackRequestBodyFeedbackRequestBody provides a base class for passing feedback objects as a request body over a REST API.classLogRecordRequestBodyLogRecordRequestBody provides a structure for passing a log record as a request body over a REST API.classRatingRequestBodyRatingRequestBody stores information about a rating connected to an asset.Constructors in org.odpi.openmetadata.accessservices.assetconsumer.rest with parameters of type AssetConsumerOMASAPIRequestBody Constructor Description AssetConsumerOMASAPIRequestBody(AssetConsumerOMASAPIRequestBody template)Copy/clone constructor
-