Uses of Class
com.oracle.bmc.datasafe.model.UpdateReportDetails
-
Packages that use UpdateReportDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of UpdateReportDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UpdateReportDetails Modifier and Type Method Description UpdateReportDetails
UpdateReportDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type UpdateReportDetails Modifier and Type Method Description UpdateReportDetails.Builder
UpdateReportDetails.Builder. copy(UpdateReportDetails model)
-
Uses of UpdateReportDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateReportDetails Modifier and Type Method Description UpdateReportDetails
UpdateReportRequest. getBody$()
Alternative accessor for the body parameter.UpdateReportDetails
UpdateReportRequest. getUpdateReportDetails()
Details for the modified report.Methods in com.oracle.bmc.datasafe.requests with parameters of type UpdateReportDetails Modifier and Type Method Description UpdateReportRequest.Builder
UpdateReportRequest.Builder. body$(UpdateReportDetails body)
Alternative setter for the body parameter.UpdateReportRequest.Builder
UpdateReportRequest.Builder. updateReportDetails(UpdateReportDetails updateReportDetails)
Details for the modified report.
-