Uses of Class
com.oracle.bmc.dataintegration.model.TemplateSummary.LifecycleState
-
Packages that use TemplateSummary.LifecycleState Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TemplateSummary.LifecycleState in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TemplateSummary.LifecycleState Modifier and Type Method Description static TemplateSummary.LifecycleState
TemplateSummary.LifecycleState. create(String key)
TemplateSummary.LifecycleState
TemplateSummary. getLifecycleState()
The current state of the workspace.static TemplateSummary.LifecycleState
TemplateSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TemplateSummary.LifecycleState[]
TemplateSummary.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 TemplateSummary.LifecycleState Modifier and Type Method Description TemplateSummary.Builder
TemplateSummary.Builder. lifecycleState(TemplateSummary.LifecycleState lifecycleState)
The current state of the workspace.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TemplateSummary.LifecycleState Constructor Description TemplateSummary(String key, String modelType, String modelVersion, String name, String description, Integer applicationVersion, Integer objectStatus, String identifier, ParentReference parentRef, Integer objectVersion, List<PatchObjectMetadata> dependentObjectMetadata, Map<String,PatchObjectMetadata> publishedObjectMetadata, SourceApplicationInfo sourceApplicationInfo, Date timePatched, String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, TemplateSummary.LifecycleState lifecycleState, ObjectMetadata metadata, Map<String,String> keyMap)
Deprecated.
-