Uses of Class
com.oracle.bmc.databasetoolsruntime.model.PropertySet
-
Packages that use PropertySet Package Description com.oracle.bmc.databasetoolsruntime.model com.oracle.bmc.databasetoolsruntime.responses -
-
Uses of PropertySet in com.oracle.bmc.databasetoolsruntime.model
Subclasses of PropertySet in com.oracle.bmc.databasetoolsruntime.model Modifier and Type Class Description classPropertySetApexContains the details of an APEX property set
Note: Objects should always be created or deserialized using thePropertySetApex.Builder.classPropertySetApexDocumentGeneratorContains the details of an APEX Document Generator property set
Note: Objects should always be created or deserialized using thePropertySetApexDocumentGenerator.Builder.classPropertySetApexFaIntegrationContains the details of an APEX FA Integration property set
Note: Objects should always be created or deserialized using thePropertySetApexFaIntegration.Builder.classPropertySetOracleDatabaseExternalAuthenticationContains the details of Oracle Database External Authentication property set
Note: Objects should always be created or deserialized using thePropertySetOracleDatabaseExternalAuthentication.Builder. -
Uses of PropertySet in com.oracle.bmc.databasetoolsruntime.responses
Methods in com.oracle.bmc.databasetoolsruntime.responses that return PropertySet Modifier and Type Method Description PropertySetGetPropertySetResponse. getPropertySet()The returned PropertySet instance.PropertySetUpdatePropertySetResponse. getPropertySet()The returned PropertySet instance.Methods in com.oracle.bmc.databasetoolsruntime.responses with parameters of type PropertySet Modifier and Type Method Description GetPropertySetResponse.BuilderGetPropertySetResponse.Builder. propertySet(PropertySet propertySet)The returned PropertySet instance.UpdatePropertySetResponse.BuilderUpdatePropertySetResponse.Builder. propertySet(PropertySet propertySet)The returned PropertySet instance.
-