Uses of Class
com.oracle.bmc.marketplacepublisher.model.TermVersion.LifecycleState
-
Packages that use TermVersion.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of TermVersion.LifecycleState in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type TermVersion.LifecycleState Modifier and Type Method Description Waiter<GetTermVersionRequest,GetTermVersionResponse>
MarketplacePublisherWaiters. forTermVersion(GetTermVersionRequest request, TermVersion.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTermVersionRequest,GetTermVersionResponse>
MarketplacePublisherWaiters. forTermVersion(GetTermVersionRequest request, TermVersion.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTermVersionRequest,GetTermVersionResponse>
MarketplacePublisherWaiters. forTermVersion(GetTermVersionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TermVersion.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of TermVersion.LifecycleState in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return TermVersion.LifecycleState Modifier and Type Method Description static TermVersion.LifecycleState
TermVersion.LifecycleState. create(String key)
TermVersion.LifecycleState
TermVersion. getLifecycleState()
The current state for the term version.TermVersion.LifecycleState
TermVersionSummary. 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.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type TermVersion.LifecycleState Modifier and Type Method Description TermVersion.Builder
TermVersion.Builder. lifecycleState(TermVersion.LifecycleState lifecycleState)
The current state for the term version.TermVersionSummary.Builder
TermVersionSummary.Builder. lifecycleState(TermVersion.LifecycleState lifecycleState)
The current state for the Term version.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type TermVersion.LifecycleState Constructor 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.
-