Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static ReportSummary.MimeType |
ReportSummary.MimeType.create(String key) |
ReportSummary.MimeType |
ReportSummary.getMimeType()
Specifies the format of report to be excel or pdf.
|
static ReportSummary.MimeType |
ReportSummary.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.
|
Modifier and Type | Method and Description |
---|---|
ReportSummary.Builder |
ReportSummary.Builder.mimeType(ReportSummary.MimeType mimeType)
Specifies the format of report to be excel or pdf.
|
Constructor and 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.
|
Copyright © 2016–2023. All rights reserved.