Uses of Class
org.odpi.openmetadata.accessservices.devops.metadataelements.ITProfileElement
-
Packages that use ITProfileElement 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 ITProfileElement in org.odpi.openmetadata.accessservices.devops.metadataelements
Constructors in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type ITProfileElement Constructor Description ITProfileElement(ITProfileElement template)Copy/clone Constructor - the resulting object. -
Uses of ITProfileElement in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return ITProfileElement Modifier and Type Method Description ITProfileElementITProfileResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.devops.rest that return types with arguments of type ITProfileElement Modifier and Type Method Description List<ITProfileElement>ITProfileListResponse. getElements()Return the profile result.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type ITProfileElement Modifier and Type Method Description voidITProfileResponse. setElement(ITProfileElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.devops.rest with type arguments of type ITProfileElement Modifier and Type Method Description voidITProfileListResponse. setElements(List<ITProfileElement> elements)Set up the profile result.
-