Uses of Class
org.odpi.openmetadata.accessservices.devops.metadataelements.SoftwareServerPlatformElement
-
Packages that use SoftwareServerPlatformElement 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 SoftwareServerPlatformElement in org.odpi.openmetadata.accessservices.devops.metadataelements
Constructors in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type SoftwareServerPlatformElement Constructor Description SoftwareServerPlatformElement(SoftwareServerPlatformElement template)Copy/clone constructor -
Uses of SoftwareServerPlatformElement in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return SoftwareServerPlatformElement Modifier and Type Method Description SoftwareServerPlatformElementSoftwareServerPlatformResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.devops.rest that return types with arguments of type SoftwareServerPlatformElement Modifier and Type Method Description List<SoftwareServerPlatformElement>SoftwareServerPlatformListResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type SoftwareServerPlatformElement Modifier and Type Method Description voidSoftwareServerPlatformResponse. setElement(SoftwareServerPlatformElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.devops.rest with type arguments of type SoftwareServerPlatformElement Modifier and Type Method Description voidSoftwareServerPlatformListResponse. setElementList(List<SoftwareServerPlatformElement> elementList)Set up the metadata element to return.
-