Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
-
Packages that use AssetConsumerOMASAPIResponse Package Description org.odpi.openmetadata.accessservices.assetconsumer.rest This package defines the beans used to build the REST request payloads. -
-
Uses of AssetConsumerOMASAPIResponse in org.odpi.openmetadata.accessservices.assetconsumer.rest
Subclasses of AssetConsumerOMASAPIResponse in org.odpi.openmetadata.accessservices.assetconsumer.rest Modifier and Type Class Description classGlossaryTermListResponseGlossaryTermListResponse returns a list of meanings from the server.classGlossaryTermResponseGlossaryTermResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Glossary Term object as a response.classPagedResponsePagedResponse is used for responses that can contain paged responsesclassTagResponseTagResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Tag object as a response.classTagsResponseTagsResponse returns a list of tags from the server.Constructors in org.odpi.openmetadata.accessservices.assetconsumer.rest with parameters of type AssetConsumerOMASAPIResponse Constructor Description AssetConsumerOMASAPIResponse(AssetConsumerOMASAPIResponse template)Copy/clone constructor
-