Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.rest.StewardshipActionOMASAPIResponse
-
Packages that use StewardshipActionOMASAPIResponse Package Description org.odpi.openmetadata.accessservices.stewardshipaction.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of StewardshipActionOMASAPIResponse in org.odpi.openmetadata.accessservices.stewardshipaction.rest
Subclasses of StewardshipActionOMASAPIResponse in org.odpi.openmetadata.accessservices.stewardshipaction.rest Modifier and Type Class Description classDuplicatesResponseDuplicatesResponse is a response object for passing back a list of duplicates.classElementStubResponseElementStubResponse is the response structure used on the OMAS REST API calls that returns element stub object as a response.classElementStubsResponseElementStubListResponse is the response structure used on the OMAS REST API calls that return a list of element identifiers as a response.Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.rest with parameters of type StewardshipActionOMASAPIResponse Constructor Description StewardshipActionOMASAPIResponse(StewardshipActionOMASAPIResponse template)Copy/clone constructor
-