Package org.odpi.openmetadata.viewservices.glossarymanager.rest
package org.odpi.openmetadata.viewservices.glossarymanager.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.
-
ClassesClassDescriptionArchiveRequestBody describes the request body used to create/update connection properties.NewClassificationRequestBody describes the request body used when classifying/reclassifying elements.ExternalIdEffectiveTimeQueryRequestBody carries the date/time for a query.GlossaryTermActivityTypeListResponse is a response object for passing back a list of enum values or an exception if the request failed.GlossaryTermRelationshipStatusListResponse is a response object for passing back a list of enum values or an exception if the request failed.GlossaryTermStatusListResponse is a response object for passing back a list of enum values or an exception if the request failed.NewRelationshipRequestBody describes the request body used when linking elements together.