Uses of Class
com.oracle.bmc.dataintegration.model.ConnectionFromOraclePeopleSoftDetails
-
Packages that use ConnectionFromOraclePeopleSoftDetails Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ConnectionFromOraclePeopleSoftDetails in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ConnectionFromOraclePeopleSoftDetails Modifier and Type Method Description ConnectionFromOraclePeopleSoftDetails
ConnectionFromOraclePeopleSoftDetails.Builder. build()
ConnectionFromOraclePeopleSoftDetails
DataAssetFromOraclePeopleSoftDetails. getDefaultConnection()
Methods in com.oracle.bmc.dataintegration.model with parameters of type ConnectionFromOraclePeopleSoftDetails Modifier and Type Method Description ConnectionFromOraclePeopleSoftDetails.Builder
ConnectionFromOraclePeopleSoftDetails.Builder. copy(ConnectionFromOraclePeopleSoftDetails model)
DataAssetFromOraclePeopleSoftDetails.Builder
DataAssetFromOraclePeopleSoftDetails.Builder. defaultConnection(ConnectionFromOraclePeopleSoftDetails defaultConnection)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type ConnectionFromOraclePeopleSoftDetails Constructor Description DataAssetFromOraclePeopleSoftDetails(String key, String modelVersion, String name, String description, Integer objectStatus, String identifier, String externalKey, Map<String,String> assetProperties, TypeSystem nativeTypeSystem, Integer objectVersion, ParentReference parentRef, ObjectMetadata metadata, Map<String,String> keyMap, String host, String port, String serviceName, String driverClass, String sid, SensitiveAttribute walletSecret, SensitiveAttribute walletPasswordSecret, ConnectionFromOraclePeopleSoftDetails defaultConnection)
Deprecated.
-