Uses of Class
com.oracle.bmc.resourcescheduler.model.Schedule.RecurrenceType
-
Packages that use Schedule.RecurrenceType Package Description com.oracle.bmc.resourcescheduler.model -
-
Uses of Schedule.RecurrenceType in com.oracle.bmc.resourcescheduler.model
Methods in com.oracle.bmc.resourcescheduler.model that return Schedule.RecurrenceType Modifier and Type Method Description static Schedule.RecurrenceType
Schedule.RecurrenceType. create(String key)
Schedule.RecurrenceType
Schedule. getRecurrenceType()
Type of recurrence of a schedulestatic Schedule.RecurrenceType
Schedule.RecurrenceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schedule.RecurrenceType[]
Schedule.RecurrenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcescheduler.model with parameters of type Schedule.RecurrenceType Modifier and Type Method Description Schedule.Builder
Schedule.Builder. recurrenceType(Schedule.RecurrenceType recurrenceType)
Type of recurrence of a scheduleConstructors in com.oracle.bmc.resourcescheduler.model with parameters of type Schedule.RecurrenceType Constructor Description Schedule(String id, String compartmentId, String displayName, String description, Schedule.Action action, String recurrenceDetails, Schedule.RecurrenceType recurrenceType, List<ResourceFilter> resourceFilters, List<Resource> resources, Date timeStarts, Date timeEnds, Date timeCreated, Date timeUpdated, Date timeLastRun, Date timeNextRun, OperationStatus lastRunStatus, Schedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-