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