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