Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher | |
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetTermVersionRequest,GetTermVersionResponse> |
MarketplacePublisherWaiters.forTermVersion(GetTermVersionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
TermVersion.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTermVersionRequest,GetTermVersionResponse> |
MarketplacePublisherWaiters.forTermVersion(GetTermVersionRequest request,
TermVersion.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTermVersionRequest,GetTermVersionResponse> |
MarketplacePublisherWaiters.forTermVersion(GetTermVersionRequest request,
TermVersion.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static TermVersion.LifecycleState |
TermVersion.LifecycleState.create(String key) |
TermVersion.LifecycleState |
TermVersionSummary.getLifecycleState()
The current state for the Term version.
|
TermVersion.LifecycleState |
TermVersion.getLifecycleState()
The current state for the term version.
|
static TermVersion.LifecycleState |
TermVersion.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermVersion.LifecycleState[] |
TermVersion.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TermVersionSummary.Builder |
TermVersionSummary.Builder.lifecycleState(TermVersion.LifecycleState lifecycleState)
The current state for the Term version.
|
TermVersion.Builder |
TermVersion.Builder.lifecycleState(TermVersion.LifecycleState lifecycleState)
The current state for the term version.
|
Constructor and Description |
---|
TermVersion(String id,
String termId,
Term.Author termAuthor,
String displayName,
String compartmentId,
TermVersionAttachment attachment,
TermVersion.Status status,
Term.Author author,
TermVersion.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
TermVersionSummary(String id,
String compartmentId,
String displayName,
TermVersion.Status status,
TermVersion.LifecycleState lifecycleState,
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.