Uses of Class
com.oracle.bmc.dataintegration.model.UpdateApplicationDetails.LifecycleState
-
Packages that use UpdateApplicationDetails.LifecycleState Package Description com.oracle.bmc.dataintegration.model -
-
Uses of UpdateApplicationDetails.LifecycleState in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return UpdateApplicationDetails.LifecycleState Modifier and Type Method Description static UpdateApplicationDetails.LifecycleState
UpdateApplicationDetails.LifecycleState. create(String key)
UpdateApplicationDetails.LifecycleState
UpdateApplicationDetails. getLifecycleState()
The current state of the workspace.static UpdateApplicationDetails.LifecycleState
UpdateApplicationDetails.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateApplicationDetails.LifecycleState[]
UpdateApplicationDetails.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type UpdateApplicationDetails.LifecycleState Modifier and Type Method Description UpdateApplicationDetails.Builder
UpdateApplicationDetails.Builder. lifecycleState(UpdateApplicationDetails.LifecycleState lifecycleState)
The current state of the workspace.Constructors in com.oracle.bmc.dataintegration.model with parameters of type UpdateApplicationDetails.LifecycleState Constructor Description UpdateApplicationDetails(String key, String modelType, String modelVersion, String name, String description, Integer applicationVersion, Integer objectStatus, String identifier, ParentReference parentRef, Integer objectVersion, ObjectMetadata metadata, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, UpdateApplicationDetails.LifecycleState lifecycleState)
Deprecated.
-