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