Package | Description |
---|---|
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static ReportDefinitionDataSource |
ReportDefinitionDataSource.create(String key) |
ReportDefinitionDataSource |
ReportDefinitionSummary.getDataSource()
Specifies the name of a resource that provides data for the report.
|
ReportDefinitionDataSource |
ReportDefinition.getDataSource()
Specifies the name of a resource that provides data for the report.
|
static ReportDefinitionDataSource |
ReportDefinitionDataSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportDefinitionDataSource[] |
ReportDefinitionDataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReportDefinitionSummary.Builder |
ReportDefinitionSummary.Builder.dataSource(ReportDefinitionDataSource dataSource)
Specifies the name of a resource that provides data for the report.
|
ReportDefinition.Builder |
ReportDefinition.Builder.dataSource(ReportDefinitionDataSource dataSource)
Specifies the name of a resource that provides data for the report.
|
Constructor and Description |
---|
ReportDefinition(String displayName,
String id,
String parentId,
ReportDefinition.Category category,
String description,
ReportDefinitionDataSource dataSource,
Boolean isSeeded,
Integer displayOrder,
Date timeCreated,
Date timeUpdated,
String scimFilter,
List<Column> columnInfo,
List<ColumnFilter> columnFilters,
List<ColumnSorting> columnSortings,
List<Summary> summary,
String compartmentId,
ReportDefinitionLifecycleState lifecycleState,
String schedule,
ReportDefinition.ScheduledReportMimeType scheduledReportMimeType,
Integer scheduledReportRowLimit,
String scheduledReportName,
String scheduledReportCompartmentId,
String recordTimeSpan,
List<String> complianceStandards,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ReportDefinitionSummary(String displayName,
String id,
ReportDefinitionSummary.Category category,
String description,
Boolean isSeeded,
Integer displayOrder,
Date timeCreated,
Date timeUpdated,
String compartmentId,
ReportDefinitionDataSource dataSource,
ReportDefinitionLifecycleState lifecycleState,
String schedule,
List<String> complianceStandards,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReportDefinitionDataSource |
ListReportDefinitionsRequest.getDataSource()
Specifies the name of a resource that provides data for the report.
|
Modifier and Type | Method and Description |
---|---|
ListReportDefinitionsRequest.Builder |
ListReportDefinitionsRequest.Builder.dataSource(ReportDefinitionDataSource dataSource)
Specifies the name of a resource that provides data for the report.
|
Copyright © 2016–2024. All rights reserved.