Uses of Class
com.oracle.bmc.osmanagement.model.Recurrence.IntervalType
-
Packages that use Recurrence.IntervalType Package Description com.oracle.bmc.osmanagement.model -
-
Uses of Recurrence.IntervalType in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return Recurrence.IntervalType Modifier and Type Method Description static Recurrence.IntervalType
Recurrence.IntervalType. create(String key)
Recurrence.IntervalType
Recurrence. getIntervalType()
the interval period for the recurrencestatic Recurrence.IntervalType
Recurrence.IntervalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Recurrence.IntervalType[]
Recurrence.IntervalType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagement.model with parameters of type Recurrence.IntervalType Modifier and Type Method Description Recurrence.Builder
Recurrence.Builder. intervalType(Recurrence.IntervalType intervalType)
the interval period for the recurrenceConstructors in com.oracle.bmc.osmanagement.model with parameters of type Recurrence.IntervalType Constructor Description Recurrence(Recurrence.IntervalType intervalType, String intervalValue)
Deprecated.
-