Uses of Class
org.odpi.openmetadata.accessservices.devops.metadataelements.PlatformDeploymentElement
-
Packages that use PlatformDeploymentElement 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 PlatformDeploymentElement in org.odpi.openmetadata.accessservices.devops.metadataelements
Constructors in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type PlatformDeploymentElement Constructor Description PlatformDeploymentElement(PlatformDeploymentElement template)Copy/clone constructor -
Uses of PlatformDeploymentElement in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return types with arguments of type PlatformDeploymentElement Modifier and Type Method Description List<PlatformDeploymentElement>PlatformDeploymentListResponse. getElements()Return the list of assets in the response.Method parameters in org.odpi.openmetadata.accessservices.devops.rest with type arguments of type PlatformDeploymentElement Modifier and Type Method Description voidPlatformDeploymentListResponse. setElements(List<PlatformDeploymentElement> elements)Set up the list of assets for the response.
-