Uses of Class
com.oracle.bmc.datasafe.model.DownloadSecurityAssessmentReportDetails.Format
-
Packages that use DownloadSecurityAssessmentReportDetails.Format Package Description com.oracle.bmc.datasafe.model -
-
Uses of DownloadSecurityAssessmentReportDetails.Format in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DownloadSecurityAssessmentReportDetails.Format Modifier and Type Method Description static DownloadSecurityAssessmentReportDetails.FormatDownloadSecurityAssessmentReportDetails.Format. create(String key)DownloadSecurityAssessmentReportDetails.FormatDownloadSecurityAssessmentReportDetails. getFormat()Format of the report.static DownloadSecurityAssessmentReportDetails.FormatDownloadSecurityAssessmentReportDetails.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static DownloadSecurityAssessmentReportDetails.Format[]DownloadSecurityAssessmentReportDetails.Format. 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 DownloadSecurityAssessmentReportDetails.Format Modifier and Type Method Description DownloadSecurityAssessmentReportDetails.BuilderDownloadSecurityAssessmentReportDetails.Builder. format(DownloadSecurityAssessmentReportDetails.Format format)Format of the report.Constructors in com.oracle.bmc.datasafe.model with parameters of type DownloadSecurityAssessmentReportDetails.Format Constructor Description DownloadSecurityAssessmentReportDetails(DownloadSecurityAssessmentReportDetails.Format format)Deprecated.
-