Uses of Class
com.oracle.bmc.datasafe.model.ReportDefinition.Category
-
Packages that use ReportDefinition.Category Package Description com.oracle.bmc.datasafe.model -
-
Uses of ReportDefinition.Category in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ReportDefinition.Category Modifier and Type Method Description static ReportDefinition.CategoryReportDefinition.Category. create(String key)ReportDefinition.CategoryReportDefinition. getCategory()Specifies the name of the category that this report belongs to.static ReportDefinition.CategoryReportDefinition.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportDefinition.Category[]ReportDefinition.Category. 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 ReportDefinition.Category Modifier and Type Method Description ReportDefinition.BuilderReportDefinition.Builder. category(ReportDefinition.Category category)Specifies the name of the category that this report belongs to.Constructors in com.oracle.bmc.datasafe.model with parameters of type ReportDefinition.Category 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.
-