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