All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.odpi.openmetadata.accessservices.itinfrastructure.rest.package-info Maven / Gradle / Ivy

There is a newer version: 5.1
Show newest version
/* SPDX-License-Identifier: Apache 2.0 */
/* Copyright Contributors to the ODPi Egeria project. */

/**
 * This package ...
 */

/**
 * 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.
 */
package org.odpi.openmetadata.accessservices.itinfrastructure.rest;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy