Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
static ArtifactTypeEnum |
ArtifactTypeEnum.create(String key) |
ArtifactTypeEnum |
ArtifactSummary.getArtifactType()
Artifact Type for the artifact.
|
static ArtifactTypeEnum |
ArtifactTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactTypeEnum[] |
ArtifactTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ArtifactSummary.Builder |
ArtifactSummary.Builder.artifactType(ArtifactTypeEnum artifactType)
Artifact Type for the artifact.
|
Constructor and Description |
---|
ArtifactSummary(String id,
String compartmentId,
String displayName,
ArtifactTypeEnum artifactType,
Artifact.LifecycleState lifecycleState,
Artifact.Status status,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.