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
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.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 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.Constructors in com.oracle.bmc.datasafe.model with parameters of type ReportDefinitionDataSource Constructor 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. -
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.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.
-