Uses of Class
com.oracle.bmc.databasetoolsruntime.model.UpdatePropertySetDetails
-
Packages that use UpdatePropertySetDetails Package Description com.oracle.bmc.databasetoolsruntime.model com.oracle.bmc.databasetoolsruntime.requests -
-
Uses of UpdatePropertySetDetails in com.oracle.bmc.databasetoolsruntime.model
Subclasses of UpdatePropertySetDetails in com.oracle.bmc.databasetoolsruntime.model Modifier and Type Class Description classUpdatePropertySetApexDocumentGeneratorDetailsContains the update details of an APEX document generator property set
Note: Objects should always be created or deserialized using theUpdatePropertySetApexDocumentGeneratorDetails.Builder.classUpdatePropertySetApexFaIntegrationDetailsContains the update details of an APEX FA Integration property set
Note: Objects should always be created or deserialized using theUpdatePropertySetApexFaIntegrationDetails.Builder.classUpdatePropertySetOracleDatabaseExternalAuthenticationDetailsContains the update details of an Oracle Database External Authentication property set
Note: Objects should always be created or deserialized using theUpdatePropertySetOracleDatabaseExternalAuthenticationDetails.Builder. -
Uses of UpdatePropertySetDetails in com.oracle.bmc.databasetoolsruntime.requests
Methods in com.oracle.bmc.databasetoolsruntime.requests that return UpdatePropertySetDetails Modifier and Type Method Description UpdatePropertySetDetailsUpdatePropertySetRequest. getBody$()Alternative accessor for the body parameter.UpdatePropertySetDetailsUpdatePropertySetRequest. getUpdatePropertySetDetails()The information to be updated.Methods in com.oracle.bmc.databasetoolsruntime.requests with parameters of type UpdatePropertySetDetails Modifier and Type Method Description UpdatePropertySetRequest.BuilderUpdatePropertySetRequest.Builder. body$(UpdatePropertySetDetails body)Alternative setter for the body parameter.UpdatePropertySetRequest.BuilderUpdatePropertySetRequest.Builder. updatePropertySetDetails(UpdatePropertySetDetails updatePropertySetDetails)The information to be updated.
-