Uses of Class
com.oracle.bmc.usageapi.model.Schedule.OutputFileFormat
-
Packages that use Schedule.OutputFileFormat Package Description com.oracle.bmc.usageapi.model -
-
Uses of Schedule.OutputFileFormat in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return Schedule.OutputFileFormat Modifier and Type Method Description static Schedule.OutputFileFormat
Schedule.OutputFileFormat. create(String key)
Schedule.OutputFileFormat
Schedule. getOutputFileFormat()
Specifies the supported output file format.static Schedule.OutputFileFormat
Schedule.OutputFileFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schedule.OutputFileFormat[]
Schedule.OutputFileFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.usageapi.model with parameters of type Schedule.OutputFileFormat Modifier and Type Method Description Schedule.Builder
Schedule.Builder. outputFileFormat(Schedule.OutputFileFormat outputFileFormat)
Specifies the supported output file format.Constructors in com.oracle.bmc.usageapi.model with parameters of type Schedule.OutputFileFormat Constructor Description Schedule(String id, String name, String compartmentId, ResultLocation resultLocation, String description, Date timeNextRun, Schedule.OutputFileFormat outputFileFormat, String savedReportId, String scheduleRecurrences, Date timeScheduled, QueryProperties queryProperties, Date timeCreated, Schedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-