Package | Description |
---|---|
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static ReportType |
ReportType.create(String key) |
ReportType |
Report.getType()
The type of the audit report.
|
ReportType |
ReportSummary.getType()
The type of the report.
|
static ReportType |
ReportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportType[] |
ReportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Report.Builder |
Report.Builder.type(ReportType type)
The type of the audit report.
|
ReportSummary.Builder |
ReportSummary.Builder.type(ReportType type)
The type of the report.
|
Constructor and Description |
---|
Report(String id,
String displayName,
String reportDefinitionId,
String description,
String compartmentId,
Report.MimeType mimeType,
Date timeGenerated,
ReportLifecycleState lifecycleState,
ReportType type,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ReportType |
ListReportsRequest.getType()
An optional filter to return only resources that match the specified type.
|
Modifier and Type | Method and Description |
---|---|
ListReportsRequest.Builder |
ListReportsRequest.Builder.type(ReportType type)
An optional filter to return only resources that match the specified type.
|
Copyright © 2016–2023. All rights reserved.