Uses of Class
com.oracle.bmc.datasafe.model.ReportDefinitionDataSource
-
Packages that use ReportDefinitionDataSource Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of ReportDefinitionDataSource in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ReportDefinitionDataSource Modifier and Type Method Description static ReportDefinitionDataSource
ReportDefinitionDataSource. create(String key)
ReportDefinitionDataSource
Report. 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.ReportDefinitionDataSource
ReportDefinitionSummary. getDataSource()
Specifies the name of a resource that provides data for the report.ReportDefinitionDataSource
ReportSummary. 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.Methods in com.oracle.bmc.datasafe.model with parameters of type ReportDefinitionDataSource Modifier and Type Method Description Report.Builder
Report.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.ReportDefinitionSummary.Builder
ReportDefinitionSummary.Builder. dataSource(ReportDefinitionDataSource dataSource)
Specifies the name of a resource that provides data for the report.ReportSummary.Builder
ReportSummary.Builder. dataSource(ReportDefinitionDataSource dataSource)
Specifies the name of a resource that provides data for the report.Constructors in com.oracle.bmc.datasafe.model with parameters of type ReportDefinitionDataSource 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.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.ReportSummary(String displayName, String id, String reportDefinitionId, String description, ReportSummary.MimeType mimeType, Date timeGenerated, Date timeCreated, Date timeUpdated, String compartmentId, ReportLifecycleState lifecycleState, ReportType type, ReportDefinitionDataSource dataSource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of ReportDefinitionDataSource in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ReportDefinitionDataSource Modifier and Type Method Description ReportDefinitionDataSource
ListReportDefinitionsRequest. getDataSource()
Specifies the name of a resource that provides data for the report.ReportDefinitionDataSource
ListReportsRequest. getDataSource()
Specifies the name of a resource that provides data for the report.Methods in com.oracle.bmc.datasafe.requests with parameters of type ReportDefinitionDataSource Modifier and Type Method Description ListReportDefinitionsRequest.Builder
ListReportDefinitionsRequest.Builder. dataSource(ReportDefinitionDataSource dataSource)
Specifies the name of a resource that provides data for the report.ListReportsRequest.Builder
ListReportsRequest.Builder. dataSource(ReportDefinitionDataSource dataSource)
Specifies the name of a resource that provides data for the report.
-