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