Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDetails.Builder |
ApplicationDetails.Builder.lifecycleState(ApplicationDetails.LifecycleState lifecycleState)
The current state of the workspace.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.