Uses of Class
com.oracle.bmc.datasafe.model.DownloadMaskingReportDetails.ReportFormat
-
Packages that use DownloadMaskingReportDetails.ReportFormat Package Description com.oracle.bmc.datasafe.model -
-
Uses of DownloadMaskingReportDetails.ReportFormat in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DownloadMaskingReportDetails.ReportFormat Modifier and Type Method Description static DownloadMaskingReportDetails.ReportFormatDownloadMaskingReportDetails.ReportFormat. create(String key)DownloadMaskingReportDetails.ReportFormatDownloadMaskingReportDetails. getReportFormat()Format of the report.static DownloadMaskingReportDetails.ReportFormatDownloadMaskingReportDetails.ReportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DownloadMaskingReportDetails.ReportFormat[]DownloadMaskingReportDetails.ReportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type DownloadMaskingReportDetails.ReportFormat Modifier and Type Method Description DownloadMaskingReportDetails.BuilderDownloadMaskingReportDetails.Builder. reportFormat(DownloadMaskingReportDetails.ReportFormat reportFormat)Format of the report.Constructors in com.oracle.bmc.datasafe.model with parameters of type DownloadMaskingReportDetails.ReportFormat Constructor Description DownloadMaskingReportDetails(String reportId, DownloadMaskingReportDetails.ReportFormat reportFormat)Deprecated.
-