Uses of Class
com.oracle.bmc.dataintegration.model.ApplicationDetails.LifecycleState
-
Packages that use ApplicationDetails.LifecycleState Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ApplicationDetails.LifecycleState in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ApplicationDetails.LifecycleState Modifier and Type Method Description static ApplicationDetails.LifecycleState
ApplicationDetails.LifecycleState. create(String key)
ApplicationDetails.LifecycleState
ApplicationDetails. getLifecycleState()
The current state of the workspace.static ApplicationDetails.LifecycleState
ApplicationDetails.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationDetails.LifecycleState[]
ApplicationDetails.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 ApplicationDetails.LifecycleState Modifier and Type Method Description ApplicationDetails.Builder
ApplicationDetails.Builder. lifecycleState(ApplicationDetails.LifecycleState lifecycleState)
The current state of the workspace.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ApplicationDetails.LifecycleState Constructor Description ApplicationDetails(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, ApplicationDetails.LifecycleState lifecycleState)
Deprecated.
-