Uses of Class
com.oracle.bmc.usageapi.model.CreateScheduleDetails.OutputFileFormat
-
Packages that use CreateScheduleDetails.OutputFileFormat Package Description com.oracle.bmc.usageapi.model -
-
Uses of CreateScheduleDetails.OutputFileFormat in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return CreateScheduleDetails.OutputFileFormat Modifier and Type Method Description static CreateScheduleDetails.OutputFileFormat
CreateScheduleDetails.OutputFileFormat. create(String key)
CreateScheduleDetails.OutputFileFormat
CreateScheduleDetails. getOutputFileFormat()
Specifies the supported output file format.static CreateScheduleDetails.OutputFileFormat
CreateScheduleDetails.OutputFileFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateScheduleDetails.OutputFileFormat[]
CreateScheduleDetails.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 CreateScheduleDetails.OutputFileFormat Modifier and Type Method Description CreateScheduleDetails.Builder
CreateScheduleDetails.Builder. outputFileFormat(CreateScheduleDetails.OutputFileFormat outputFileFormat)
Specifies the supported output file format.Constructors in com.oracle.bmc.usageapi.model with parameters of type CreateScheduleDetails.OutputFileFormat Constructor Description CreateScheduleDetails(String name, String compartmentId, String description, CreateScheduleDetails.OutputFileFormat outputFileFormat, String savedReportId, ResultLocation resultLocation, String scheduleRecurrences, Date timeScheduled, QueryProperties queryProperties, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-