Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.APIParameterListProperties
-
Packages that use APIParameterListProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements 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 APIParameterListProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type APIParameterListProperties Modifier and Type Method Description StringAPIManagerInterface. createAPIParameterList(String userId, String apiManagerGUID, String apiManagerName, String apiOperationGUID, APIParameterListType parameterListType, APIParameterListProperties properties)Create a new metadata element to represent an API Operation's Parameter list.voidAPIManagerInterface. updateAPIParameterList(String userId, String apiManagerGUID, String apiManagerName, String apiParameterListGUID, boolean isMergeUpdate, APIParameterListProperties properties)Update the metadata element representing an API ParameterList. -
Uses of APIParameterListProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return APIParameterListProperties Modifier and Type Method Description APIParameterListPropertiesAPIParameterListElement. getProperties()Return the properties for the parameter list.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type APIParameterListProperties Modifier and Type Method Description voidAPIParameterListElement. setProperties(APIParameterListProperties properties)Set up the properties for the parameter list. -
Uses of APIParameterListProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type APIParameterListProperties Constructor Description APIParameterListProperties(APIParameterListProperties template)Copy/clone constructor. -
Uses of APIParameterListProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of APIParameterListProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classAPIParameterListRequestBodyAPIParameterListRequestBody describes the properties of the API parameter list plus the optional identifiers for an owning software server capability.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type APIParameterListProperties Constructor Description APIParameterListRequestBody(APIParameterListProperties template)Copy/clone constructor.
-