Uses of Class
com.oracle.bmc.fusionapps.model.ScheduledActivity.RunCycle
-
Packages that use ScheduledActivity.RunCycle Package Description com.oracle.bmc.fusionapps.model com.oracle.bmc.fusionapps.requests -
-
Uses of ScheduledActivity.RunCycle in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return ScheduledActivity.RunCycle Modifier and Type Method Description static ScheduledActivity.RunCycle
ScheduledActivity.RunCycle. create(String key)
ScheduledActivity.RunCycle
ScheduledActivity. getRunCycle()
run cadence.ScheduledActivity.RunCycle
ScheduledActivitySummary. getRunCycle()
The run cadence of this scheduled activity.static ScheduledActivity.RunCycle
ScheduledActivity.RunCycle. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduledActivity.RunCycle[]
ScheduledActivity.RunCycle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fusionapps.model with parameters of type ScheduledActivity.RunCycle Modifier and Type Method Description ScheduledActivity.Builder
ScheduledActivity.Builder. runCycle(ScheduledActivity.RunCycle runCycle)
run cadence.ScheduledActivitySummary.Builder
ScheduledActivitySummary.Builder. runCycle(ScheduledActivity.RunCycle runCycle)
The run cadence of this scheduled activity.Constructors in com.oracle.bmc.fusionapps.model with parameters of type ScheduledActivity.RunCycle Constructor Description ScheduledActivity(String id, String displayName, ScheduledActivity.RunCycle runCycle, String fusionEnvironmentId, ScheduledActivity.LifecycleState lifecycleState, List<Action> actions, ScheduledActivity.ServiceAvailability serviceAvailability, Date timeScheduledStart, Date timeExpectedFinish, Date timeFinished, Integer delayInHours, Date timeCreated, Date timeUpdated, ScheduledActivity.LifecycleDetails lifecycleDetails, ScheduledActivity.ScheduledActivityPhase scheduledActivityPhase, String scheduledActivityAssociationId)
Deprecated.ScheduledActivitySummary(String id, String displayName, ScheduledActivity.RunCycle runCycle, String fusionEnvironmentId, ScheduledActivity.LifecycleState lifecycleState, List<Action> actions, Date timeScheduledStart, Date timeExpectedFinish, Date timeFinished, Integer delayInHours, ScheduledActivity.ServiceAvailability serviceAvailability, Date timeAccepted, Date timeUpdated, String lifecycleDetails, ScheduledActivity.ScheduledActivityPhase scheduledActivityPhase, String scheduledActivityAssociationId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of ScheduledActivity.RunCycle in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return ScheduledActivity.RunCycle Modifier and Type Method Description ScheduledActivity.RunCycle
ListScheduledActivitiesRequest. getRunCycle()
A filter that returns all resources that match the specified run cycle.Methods in com.oracle.bmc.fusionapps.requests with parameters of type ScheduledActivity.RunCycle Modifier and Type Method Description ListScheduledActivitiesRequest.Builder
ListScheduledActivitiesRequest.Builder. runCycle(ScheduledActivity.RunCycle runCycle)
A filter that returns all resources that match the specified run cycle.
-