Package | Description |
---|---|
com.oracle.bmc.servicecatalog | |
com.oracle.bmc.servicecatalog.model |
Modifier and Type | Method and Description |
---|---|
static PrivateApplication.LifecycleState |
PrivateApplication.LifecycleState.create(String key) |
PrivateApplication.LifecycleState |
PrivateApplicationSummary.getLifecycleState()
The lifecycle state of the private application.
|
PrivateApplication.LifecycleState |
PrivateApplication.getLifecycleState()
The lifecycle state of the private application.
|
static PrivateApplication.LifecycleState |
PrivateApplication.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivateApplication.LifecycleState[] |
PrivateApplication.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PrivateApplicationSummary.Builder |
PrivateApplicationSummary.Builder.lifecycleState(PrivateApplication.LifecycleState lifecycleState)
The lifecycle state of the private application.
|
PrivateApplication.Builder |
PrivateApplication.Builder.lifecycleState(PrivateApplication.LifecycleState lifecycleState)
The lifecycle state of the private application.
|
Constructor and Description |
---|
PrivateApplication(PrivateApplication.LifecycleState lifecycleState,
String compartmentId,
String id,
String displayName,
String shortDescription,
String longDescription,
UploadData logo,
PackageTypeEnum packageType,
Date timeCreated,
Date timeUpdated,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
PrivateApplicationSummary(PrivateApplication.LifecycleState lifecycleState,
String compartmentId,
String id,
String displayName,
String shortDescription,
UploadData logo,
PackageTypeEnum packageType,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.