Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.SupportedCapabilityProperties
-
Packages that use SupportedCapabilityProperties 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 SupportedCapabilityProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return SupportedCapabilityProperties Modifier and Type Method Description SupportedCapabilityPropertiesSupportedCapabilityElement. getSupportedCapabilityProperties()Return the properties from the software server supported capability relationship.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type SupportedCapabilityProperties Modifier and Type Method Description voidSupportedCapabilityElement. setSupportedCapabilityProperties(SupportedCapabilityProperties supportedCapabilityProperties)Set up the properties from the software server supported capability relationship. -
Uses of SupportedCapabilityProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type SupportedCapabilityProperties Constructor Description SupportedCapabilityProperties(SupportedCapabilityProperties template)Copy/clone constructor -
Uses of SupportedCapabilityProperties in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return SupportedCapabilityProperties Modifier and Type Method Description SupportedCapabilityPropertiesSupportedCapabilityRequestBody. getProperties()Return the properties for this profile identity.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type SupportedCapabilityProperties Modifier and Type Method Description voidSupportedCapabilityRequestBody. setProperties(SupportedCapabilityProperties properties)Set up the properties for this profile identity.
-