Uses of Class
com.oracle.bmc.database.model.SchedulingPolicy.Cadence
-
Packages that use SchedulingPolicy.Cadence Package Description com.oracle.bmc.database.model -
-
Uses of SchedulingPolicy.Cadence in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SchedulingPolicy.Cadence Modifier and Type Method Description static SchedulingPolicy.Cadence
SchedulingPolicy.Cadence. create(String key)
SchedulingPolicy.Cadence
SchedulingPolicy. getCadence()
The cadence period.static SchedulingPolicy.Cadence
SchedulingPolicy.Cadence. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulingPolicy.Cadence[]
SchedulingPolicy.Cadence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type SchedulingPolicy.Cadence Modifier and Type Method Description SchedulingPolicy.Builder
SchedulingPolicy.Builder. cadence(SchedulingPolicy.Cadence cadence)
The cadence period.Constructors in com.oracle.bmc.database.model with parameters of type SchedulingPolicy.Cadence Constructor Description SchedulingPolicy(String id, String compartmentId, String displayName, SchedulingPolicy.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, SchedulingPolicy.Cadence cadence, Month cadenceStartMonth, Date timeNextWindowStarts, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-