Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.ConnectorTypeProperties
-
Packages that use ConnectorTypeProperties 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 ConnectorTypeProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return ConnectorTypeProperties Modifier and Type Method Description ConnectorTypePropertiesConnectorTypeElement. getConnectorTypeProperties()Return the properties for the connector type.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type ConnectorTypeProperties Modifier and Type Method Description voidConnectorTypeElement. setConnectorTypeProperties(ConnectorTypeProperties connectorTypeProperties)Set up the properties for the connector type. -
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type ConnectorTypeProperties Constructor Description ConnectorTypeProperties(ConnectorTypeProperties template)Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly). -
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.devops.rest
Subclasses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.devops.rest Modifier and Type Class Description classConnectorTypeRequestBodyConnectorTypeRequestBody carries the parameters for describing a connector type.Constructors in org.odpi.openmetadata.accessservices.devops.rest with parameters of type ConnectorTypeProperties Constructor Description ConnectorTypeRequestBody(ConnectorTypeProperties template)Copy/clone constructor
-