Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.APISpecificationElement
-
Packages that use APISpecificationElement Package Description org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of APISpecificationElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type APISpecificationElement Constructor Description APISpecificationElement(APISpecificationElement template)Copy/clone constructor -
Uses of APISpecificationElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return APISpecificationElement Modifier and Type Method Description APISpecificationElementAPISpecificationResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type APISpecificationElement Modifier and Type Method Description List<APISpecificationElement>APISpecificationsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type APISpecificationElement Modifier and Type Method Description voidAPISpecificationResponse. setElement(APISpecificationElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type APISpecificationElement Modifier and Type Method Description voidAPISpecificationsResponse. setElementList(List<APISpecificationElement> elementList)Set up the metadata element to return.
-