Package | Description |
---|---|
com.oracle.bmc.genericartifactscontent.model |
Modifier and Type | Method and Description |
---|---|
static GenericArtifact.LifecycleState |
GenericArtifact.LifecycleState.create(String key) |
GenericArtifact.LifecycleState |
GenericArtifact.getLifecycleState()
The current state of the artifact.
|
static GenericArtifact.LifecycleState |
GenericArtifact.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericArtifact.LifecycleState[] |
GenericArtifact.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GenericArtifact.Builder |
GenericArtifact.Builder.lifecycleState(GenericArtifact.LifecycleState lifecycleState)
The current state of the artifact.
|
Constructor and Description |
---|
GenericArtifact(String id,
String displayName,
String compartmentId,
String repositoryId,
String artifactPath,
String version,
String sha256,
Long sizeInBytes,
GenericArtifact.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.