Uses of Class
com.oracle.bmc.loganalytics.model.ExportDetails.OutputFormat
-
Packages that use ExportDetails.OutputFormat Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ExportDetails.OutputFormat in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ExportDetails.OutputFormat Modifier and Type Method Description static ExportDetails.OutputFormat
ExportDetails.OutputFormat. create(String key)
ExportDetails.OutputFormat
ExportDetails. getOutputFormat()
Specifies the format for the returned results.static ExportDetails.OutputFormat
ExportDetails.OutputFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportDetails.OutputFormat[]
ExportDetails.OutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type ExportDetails.OutputFormat Modifier and Type Method Description ExportDetails.Builder
ExportDetails.Builder. outputFormat(ExportDetails.OutputFormat outputFormat)
Specifies the format for the returned results.Constructors in com.oracle.bmc.loganalytics.model with parameters of type ExportDetails.OutputFormat Constructor Description ExportDetails(String compartmentId, Boolean compartmentIdInSubtree, String queryString, SubSystemName subSystem, List<ScopeFilter> scopeFilters, Integer maxTotalCount, TimeRange timeFilter, Integer queryTimeoutInSeconds, Boolean shouldIncludeColumns, ExportDetails.OutputFormat outputFormat, Boolean shouldLocalize, Boolean shouldUseAcceleration)
Deprecated.
-