Uses of Class
com.oracle.bmc.dataintegration.model.UpdateDetailedDescriptionDetails
-
Packages that use UpdateDetailedDescriptionDetails Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.requests -
-
Uses of UpdateDetailedDescriptionDetails in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return UpdateDetailedDescriptionDetails Modifier and Type Method Description UpdateDetailedDescriptionDetails
UpdateDetailedDescriptionDetails.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type UpdateDetailedDescriptionDetails Modifier and Type Method Description UpdateDetailedDescriptionDetails.Builder
UpdateDetailedDescriptionDetails.Builder. copy(UpdateDetailedDescriptionDetails model)
-
Uses of UpdateDetailedDescriptionDetails in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return UpdateDetailedDescriptionDetails Modifier and Type Method Description UpdateDetailedDescriptionDetails
UpdateApplicationDetailedDescriptionRequest. getBody$()
Alternative accessor for the body parameter.UpdateDetailedDescriptionDetails
UpdateDisApplicationDetailedDescriptionRequest. getBody$()
Alternative accessor for the body parameter.UpdateDetailedDescriptionDetails
UpdateApplicationDetailedDescriptionRequest. getUpdateApplicationDetailedDescriptionDetails()
The details needed to update the detailed description of ApplicationUpdateDetailedDescriptionDetails
UpdateDisApplicationDetailedDescriptionRequest. getUpdateDisApplicationDetailedDescriptionDetails()
The details needed to update the detailed description of Application.Methods in com.oracle.bmc.dataintegration.requests with parameters of type UpdateDetailedDescriptionDetails Modifier and Type Method Description UpdateApplicationDetailedDescriptionRequest.Builder
UpdateApplicationDetailedDescriptionRequest.Builder. body$(UpdateDetailedDescriptionDetails body)
Alternative setter for the body parameter.UpdateDisApplicationDetailedDescriptionRequest.Builder
UpdateDisApplicationDetailedDescriptionRequest.Builder. body$(UpdateDetailedDescriptionDetails body)
Alternative setter for the body parameter.UpdateApplicationDetailedDescriptionRequest.Builder
UpdateApplicationDetailedDescriptionRequest.Builder. updateApplicationDetailedDescriptionDetails(UpdateDetailedDescriptionDetails updateApplicationDetailedDescriptionDetails)
The details needed to update the detailed description of ApplicationUpdateDisApplicationDetailedDescriptionRequest.Builder
UpdateDisApplicationDetailedDescriptionRequest.Builder. updateDisApplicationDetailedDescriptionDetails(UpdateDetailedDescriptionDetails updateDisApplicationDetailedDescriptionDetails)
The details needed to update the detailed description of Application.
-