Package org.odpi.openmetadata.accessservices.stewardshipaction.rest
This package defines the beans used to build the REST request and response 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. Responses are returned in response beans.
The response beans encode the return type of the method as well as any exceptions and associated messages.
-
Class Summary Class Description DuplicatesRequestBody DuplicatesRequestBody provides a structure for passing the properties associated with duplicates.DuplicatesResponse DuplicatesResponse is a response object for passing back a list of duplicates.ElementStubResponse ElementStubResponse is the response structure used on the OMAS REST API calls that returns element stub object as a response.ElementStubsResponse ElementStubListResponse is the response structure used on the OMAS REST API calls that return a list of element identifiers as a response.SoftwareDeveloperOMASAPIRequestBody SoftwareDeveloperOMASAPIRequestBody provides a common header for Asset Consumer OMAS request bodies for its REST API.StewardshipActionOMASAPIRequestBody StewardshipActionOMASAPIRequestBody provides a common header for Stewardship Action OMAS request bodies for its REST API.StewardshipActionOMASAPIResponse StewardshipActionOMASAPIResponse provides a common header for Stewardship Action OMAS managed rest to its REST API.