Uses of Class
com.oracle.bmc.datasafe.model.DownloadMaskingReportDetails
-
Packages that use DownloadMaskingReportDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of DownloadMaskingReportDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DownloadMaskingReportDetails Modifier and Type Method Description DownloadMaskingReportDetails
DownloadMaskingReportDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type DownloadMaskingReportDetails Modifier and Type Method Description DownloadMaskingReportDetails.Builder
DownloadMaskingReportDetails.Builder. copy(DownloadMaskingReportDetails model)
-
Uses of DownloadMaskingReportDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DownloadMaskingReportDetails Modifier and Type Method Description DownloadMaskingReportDetails
DownloadMaskingReportRequest. getBody$()
Alternative accessor for the body parameter.DownloadMaskingReportDetails
DownloadMaskingReportRequest. getDownloadMaskingReportDetails()
Details to download a masking report.Methods in com.oracle.bmc.datasafe.requests with parameters of type DownloadMaskingReportDetails Modifier and Type Method Description DownloadMaskingReportRequest.Builder
DownloadMaskingReportRequest.Builder. body$(DownloadMaskingReportDetails body)
Alternative setter for the body parameter.DownloadMaskingReportRequest.Builder
DownloadMaskingReportRequest.Builder. downloadMaskingReportDetails(DownloadMaskingReportDetails downloadMaskingReportDetails)
Details to download a masking report.
-