Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.APIManagerProperties
-
Packages that use APIManagerProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of APIManagerProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type APIManagerProperties Modifier and Type Method Description StringMetadataSourceInterface. createAPIManager(String userId, String externalSourceGUID, String externalSourceName, APIManagerProperties apiManagerProperties)Create information about the component that manages APIs. -
Uses of APIManagerProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type APIManagerProperties Constructor Description APIManagerProperties(APIManagerProperties template)Copy/clone constructor. -
Uses of APIManagerProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of APIManagerProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classAPIManagerRequestBodyAPIManagerRequestBody describes the basic properties of an API manager's software server capability.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type APIManagerProperties Constructor Description APIManagerRequestBody(APIManagerProperties template)Copy/clone constructor.
-