Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.SoftwareServerPlatformProperties
-
Packages that use SoftwareServerPlatformProperties 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 SoftwareServerPlatformProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return SoftwareServerPlatformProperties Modifier and Type Method Description SoftwareServerPlatformPropertiesSoftwareServerPlatformElement. getProperties()Return the properties for the software server platform.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type SoftwareServerPlatformProperties Modifier and Type Method Description voidSoftwareServerPlatformElement. setProperties(SoftwareServerPlatformProperties properties)Set up the properties for the software server platform. -
Uses of SoftwareServerPlatformProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type SoftwareServerPlatformProperties Constructor Description SoftwareServerPlatformProperties(SoftwareServerPlatformProperties template)Copy/clone constructor -
Uses of SoftwareServerPlatformProperties in org.odpi.openmetadata.accessservices.devops.rest
Subclasses of SoftwareServerPlatformProperties in org.odpi.openmetadata.accessservices.devops.rest Modifier and Type Class Description classSoftwareServerPlatformRequestBodySoftwareServerPlatformRequestBody describes the properties of the software server platform for creation and update.Constructors in org.odpi.openmetadata.accessservices.devops.rest with parameters of type SoftwareServerPlatformProperties Constructor Description SoftwareServerPlatformRequestBody(SoftwareServerPlatformProperties template)Copy/clone constructor.
-