Package org.odpi.openmetadata.viewservices.feedbackmanager.rest


package org.odpi.openmetadata.viewservices.feedbackmanager.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.

  • Classes
    Class
    Description
    CommentElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
    CommentResponse is the response structure used on the OMAS REST API calls that return the properties for an element.
    CommentTypeListResponse is a response object for passing back a list of enum values or an exception if the request failed.
    EffectiveTimeQueryRequestBody carries the date/time for a query.
    InformalTagResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Tag object as a response.
    InformalTagsResponse returns a list of tags from the server.
    InformalTagProperties stores information about a tag connected to an asset.
    NoteLogResponse is the response structure used on the OMAS REST API calls that return the properties for an element.
    NoteLogElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
    NoteResponse is the response structure used on the OMAS REST API calls that return the properties for an element.
    NoteElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
    RatingResponse is the response structure used on the OMAS REST API calls that return the properties for an element.
    RatingElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
    ReferenceableRequestBody describes the request body used to create/update properties in referenceables.
    ReferenceableUpdateRequestBody carries the correlation properties, readVersionIdentifier and effective time for a create (with parent), update or delete requests.
    RelatedElementElementsResponse is a response object for passing back a list of relationships or an exception if the request failed.
    RelationshipRequestBody describes the request body used when linking elements together.