Package org.odpi.openmetadata.accessservices.assetconsumer.rest
This package defines the beans used to build the REST request payloads.
REST APIs can pass parameters in their URLs (called path variables) as well has having a RequestBody bean
for additional, more complex, or optional parameters.
-
Class Summary Class Description AssetConsumerOMASAPIRequestBody AssetConsumerOMASAPIRequestBody provides a common header for Asset Consumer OMAS request bodies for its REST API.AssetConsumerOMASAPIResponse AssetConsumerOMASAPIResponse provides a common header for Asset Consumer OMAS managed rest to its REST API.CommentRequestBody The CommentRequestBody bean stores information about a comment connected to an asset.FeedbackRequestBody FeedbackRequestBody provides a base class for passing feedback objects as a request body over a REST API.GlossaryTermListResponse GlossaryTermListResponse returns a list of meanings from the server.GlossaryTermResponse GlossaryTermResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Glossary Term object as a response.LogRecordRequestBody LogRecordRequestBody provides a structure for passing a log record as a request body over a REST API.PagedResponse PagedResponse is used for responses that can contain paged responsesRatingRequestBody RatingRequestBody stores information about a rating connected to an asset.TagRequestBody InformalTagProperties stores information about a tag connected to an asset.TagResponse TagResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Tag object as a response.TagsResponse TagsResponse returns a list of tags from the server.TagUpdateRequestBody InformalTagProperties stores information about a tag connected to an asset.