Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.SoftwareCapabilityProperties
-
Packages that use SoftwareCapabilityProperties Package Description org.odpi.openmetadata.accessservices.devops.metadataelements org.odpi.openmetadata.accessservices.devops.properties org.odpi.openmetadata.accessservices.devops.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SoftwareCapabilityProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return SoftwareCapabilityProperties Modifier and Type Method Description SoftwareCapabilityPropertiesSoftwareCapabilityElement. getProperties()Return the properties for the software server capability.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type SoftwareCapabilityProperties Modifier and Type Method Description voidSoftwareCapabilityElement. setProperties(SoftwareCapabilityProperties properties)Set up the properties for the software server capability. -
Uses of SoftwareCapabilityProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type SoftwareCapabilityProperties Constructor Description SoftwareCapabilityProperties(SoftwareCapabilityProperties template)Copy/clone constructor. -
Uses of SoftwareCapabilityProperties in org.odpi.openmetadata.accessservices.devops.rest
Subclasses of SoftwareCapabilityProperties in org.odpi.openmetadata.accessservices.devops.rest Modifier and Type Class Description classSoftwareCapabilityRequestBodySoftwareCapabilityRequestBody describes the properties of the software server capability for creation and update.Constructors in org.odpi.openmetadata.accessservices.devops.rest with parameters of type SoftwareCapabilityProperties Constructor Description SoftwareCapabilityRequestBody(SoftwareCapabilityProperties template)Copy/clone constructor.
-