Uses of Class
com.oracle.bmc.database.model.ExecutionWindow.WindowType
-
Packages that use ExecutionWindow.WindowType Package Description com.oracle.bmc.database.model -
-
Uses of ExecutionWindow.WindowType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExecutionWindow.WindowType Modifier and Type Method Description static ExecutionWindow.WindowTypeExecutionWindow.WindowType. create(String key)ExecutionWindow.WindowTypeExecutionWindow. getWindowType()The execution window is of PLANNED or UNPLANNED type.static ExecutionWindow.WindowTypeExecutionWindow.WindowType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionWindow.WindowType[]ExecutionWindow.WindowType. 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 ExecutionWindow.WindowType Modifier and Type Method Description ExecutionWindow.BuilderExecutionWindow.Builder. windowType(ExecutionWindow.WindowType windowType)The execution window is of PLANNED or UNPLANNED type.Constructors in com.oracle.bmc.database.model with parameters of type ExecutionWindow.WindowType Constructor Description ExecutionWindow(String id, String executionResourceId, String deferredExecutionWindowId, String compartmentId, String displayName, String description, ExecutionWindow.LifecycleState lifecycleState, ExecutionWindow.LifecycleSubstate lifecycleSubstate, String lifecycleDetails, Date timeCreated, Date timeUpdated, Date timeStarted, Date timeEnded, Date timeScheduled, Integer windowDurationInMins, Boolean isEnforcedDuration, Integer estimatedTimeInMins, Integer totalTimeTakenInMins, ExecutionWindow.WindowType windowType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-