Uses of Class
com.oracle.bmc.datasafe.model.ReportSummary.MimeType
-
Packages that use ReportSummary.MimeType Package Description com.oracle.bmc.datasafe.model -
-
Uses of ReportSummary.MimeType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ReportSummary.MimeType Modifier and Type Method Description static ReportSummary.MimeTypeReportSummary.MimeType. create(String key)ReportSummary.MimeTypeReportSummary. getMimeType()Specifies the format of report to be .xls or .pdf or .json.static ReportSummary.MimeTypeReportSummary.MimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportSummary.MimeType[]ReportSummary.MimeType. 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 ReportSummary.MimeType Modifier and Type Method Description ReportSummary.BuilderReportSummary.Builder. mimeType(ReportSummary.MimeType mimeType)Specifies the format of report to be .xls or .pdf or .json.Constructors in com.oracle.bmc.datasafe.model with parameters of type ReportSummary.MimeType Constructor Description ReportSummary(String displayName, String id, String reportDefinitionId, String description, ReportSummary.MimeType mimeType, Date timeGenerated, String compartmentId, ReportLifecycleState lifecycleState, ReportType type, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-