Package org.odpi.openmetadata.accessservices.digitalservice.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 ClassificationRequestBody ClassificationRequestBody describes the request body used when attaching classification to elements.DigitalServiceListResponse DigitalServiceListResponse is a response object for passing back a list of digital service elements.DigitalServiceOMASAPIRequestBody DigitalServiceOMASAPIRequestBody provides a common header for DigitalServiceProperties OMAS request bodies for its REST API.DigitalServiceOMASAPIResponse DigitalServiceOMASAPIResponse provides a common header for DigitalServiceProperties OMAS managed rest to its REST API.DigitalServiceResponse ValidValueResponse is a response object for passing back a single digital service object.ExternalSourceRequestBody ExternalSourceRequestBody carries the parameters for marking an asset or schema as external.ReferenceableRequestBody ReferenceableRequestBody describes the request body used when working with referenceables.RelatedElementListResponse RelatedElementListResponse is a response object for passing back a list of relatedElement objects.RelationshipRequestBody RelationshipRequestBody describes the request body used when linking elements together.TemplateRequestBody TemplateRequestBody carries the parameters for creating a new asset using a template.