Uses of Class
com.oracle.bmc.datasafe.model.ReportType
-
Packages that use ReportType Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of ReportType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ReportType Modifier and Type Method Description static ReportTypeReportType. create(String key)ReportTypeReport. getType()The type of the audit report.ReportTypeReportSummary. getType()The type of the report.static ReportTypeReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. 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 ReportType Modifier and Type Method Description Report.BuilderReport.Builder. type(ReportType type)The type of the audit report.ReportSummary.BuilderReportSummary.Builder. type(ReportType type)The type of the report.Constructors in com.oracle.bmc.datasafe.model with parameters of type ReportType Constructor Description Report(String id, String displayName, String reportDefinitionId, String description, String compartmentId, Report.MimeType mimeType, Date timeGenerated, ReportLifecycleState lifecycleState, ReportType type, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ReportSummary(String displayName, String id, String reportDefinitionId, String description, ReportSummary.MimeType mimeType, Date timeGenerated, String compartmentId, ReportLifecycleState lifecycleState, ReportType type, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of ReportType in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ReportType Modifier and Type Method Description ReportTypeListReportsRequest. getType()An optional filter to return only resources that match the specified type.Methods in com.oracle.bmc.datasafe.requests with parameters of type ReportType Modifier and Type Method Description ListReportsRequest.BuilderListReportsRequest.Builder. type(ReportType type)An optional filter to return only resources that match the specified type.
-