Uses of Class
com.oracle.bmc.usageapi.model.DateRange.DateRangeType
-
Packages that use DateRange.DateRangeType Package Description com.oracle.bmc.usageapi.model -
-
Uses of DateRange.DateRangeType in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return DateRange.DateRangeType Modifier and Type Method Description static DateRange.DateRangeType
DateRange.DateRangeType. create(String key)
static DateRange.DateRangeType
DateRange.DateRangeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DateRange.DateRangeType[]
DateRange.DateRangeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-