Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.rest.SecurityManagerOMASAPIRequestBody
-
Packages that use SecurityManagerOMASAPIRequestBody Package Description org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SecurityManagerOMASAPIRequestBody in org.odpi.openmetadata.accessservices.securitymanager.rest
Subclasses of SecurityManagerOMASAPIRequestBody in org.odpi.openmetadata.accessservices.securitymanager.rest Modifier and Type Class Description 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.securitymanager.rest with parameters of type SecurityManagerOMASAPIRequestBody Constructor Description SecurityManagerOMASAPIRequestBody(SecurityManagerOMASAPIRequestBody template)Copy/clone constructor
-