Uses of Class
org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIRequestBody
-
Packages that use DataManagerOMASAPIRequestBody Package Description org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of DataManagerOMASAPIRequestBody in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of DataManagerOMASAPIRequestBody in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classAssetConnectionRequestBodyAssetConnectionRequestBody carries the parameters for creating a new relationship between an asset and a connection.classFormulaRequestBodyFormulaRequestBody carries the parameters for creating a new CalculatedValue classification.classMetadataSourceRequestBodyMetadataSourceRequestBody carries the parameters for marking an asset or schema as external.classPathNameRequestBodyPathNameRequestBody carries the parameters for creating a new FileFolder asset.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type DataManagerOMASAPIRequestBody Constructor Description DataManagerOMASAPIRequestBody(DataManagerOMASAPIRequestBody template)Copy/clone constructor
-