Uses of Class
org.odpi.openmetadata.accessservices.devops.metadataelements.SupportedCapabilityElement
-
Packages that use SupportedCapabilityElement Package Description org.odpi.openmetadata.accessservices.devops.metadataelements org.odpi.openmetadata.accessservices.devops.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SupportedCapabilityElement in org.odpi.openmetadata.accessservices.devops.metadataelements
Constructors in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type SupportedCapabilityElement Constructor Description SupportedCapabilityElement(SupportedCapabilityElement template)Copy/clone constructor -
Uses of SupportedCapabilityElement in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return types with arguments of type SupportedCapabilityElement Modifier and Type Method Description List<SupportedCapabilityElement>SupportedCapabilityListResponse. getElements()Return the list of assets in the response.Method parameters in org.odpi.openmetadata.accessservices.devops.rest with type arguments of type SupportedCapabilityElement Modifier and Type Method Description voidSupportedCapabilityListResponse. setElements(List<SupportedCapabilityElement> elements)Set up the list of assets for the response.
-