Package org.odpi.openmetadata.accessservices.assetconsumer.rest
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.
-
ClassesClassDescriptionAssetConsumerOMASAPIRequestBody provides a common header for Asset Consumer OMAS request bodies for its REST API.AssetConsumerOMASAPIResponse provides a common header for Asset Consumer OMAS managed rest to its REST API.The CommentRequestBody bean stores information about a comment connected to an asset.FeedbackRequestBody provides a base class for passing feedback objects as a request body over a REST API.GlossaryTermListResponse returns a list of meanings from the server.GlossaryTermResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Glossary Term object as a response.LogRecordRequestBody provides a structure for passing a log record as a request body over a REST API.PagedResponse is used for responses that can contain paged responsesRatingRequestBody stores information about a rating connected to an asset.InformalTagProperties stores information about a tag connected to an asset.TagResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Tag object as a response.TagsResponse returns a list of tags from the server.InformalTagProperties stores information about a tag connected to an asset.