Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static GenerateReportDetails.MimeType |
GenerateReportDetails.MimeType.create(String key) |
GenerateReportDetails.MimeType |
GenerateReportDetails.getMimeType()
Specifies the format of report to be excel or pdf
|
static GenerateReportDetails.MimeType |
GenerateReportDetails.MimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenerateReportDetails.MimeType[] |
GenerateReportDetails.MimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GenerateReportDetails.Builder |
GenerateReportDetails.Builder.mimeType(GenerateReportDetails.MimeType mimeType)
Specifies the format of report to be excel or pdf
|
Constructor and Description |
---|
GenerateReportDetails(String displayName,
List<String> targetIds,
String description,
String compartmentId,
GenerateReportDetails.MimeType mimeType,
Date timeLessThan,
Date timeGreaterThan,
Integer rowLimit)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.