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 ReportDefinitionDataSourceReportDefinitionDataSource. create(String key)ReportDefinitionDataSourceReportDefinition. getDataSource()Specifies the name of a resource that provides data for the report.ReportDefinitionDataSourceReportDefinitionSummary. getDataSource()Specifies the name of a resource that provides data for the report.static ReportDefinitionDataSourceReportDefinitionDataSource. 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.BuilderReportDefinition.Builder. dataSource(ReportDefinitionDataSource dataSource)Specifies the name of a resource that provides data for the report.ReportDefinitionSummary.BuilderReportDefinitionSummary.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 ReportDefinitionDataSourceListReportDefinitionsRequest. 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.BuilderListReportDefinitionsRequest.Builder. dataSource(ReportDefinitionDataSource dataSource)Specifies the name of a resource that provides data for the report.
-