Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.ITProfileProperties
-
Packages that use ITProfileProperties 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 ITProfileProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return ITProfileProperties Modifier and Type Method Description ITProfilePropertiesITProfileElement. getProfileProperties()Return the properties of the profile.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type ITProfileProperties Modifier and Type Method Description voidITProfileElement. setProfileProperties(ITProfileProperties profileProperties)Set up the profile properties. -
Uses of ITProfileProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type ITProfileProperties Constructor Description ITProfileProperties(ITProfileProperties template)Copy/clone Constructor - the resulting object. -
Uses of ITProfileProperties in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return ITProfileProperties Modifier and Type Method Description ITProfilePropertiesITProfileRequestBody. getProperties()Return the properties for this profile.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type ITProfileProperties Modifier and Type Method Description voidITProfileRequestBody. setProperties(ITProfileProperties properties)Set up the properties for this profile.
-