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 newWaiterusing the default configuration.Waiter<GetTermVersionRequest,GetTermVersionResponse>MarketplacePublisherWaiters. forTermVersion(GetTermVersionRequest request, TermVersion.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTermVersionRequest,GetTermVersionResponse>MarketplacePublisherWaiters. forTermVersion(GetTermVersionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TermVersion.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStateTermVersion.LifecycleState. create(String key)TermVersion.LifecycleStateTermVersion. getLifecycleState()The current state for the term version.TermVersion.LifecycleStateTermVersionSummary. getLifecycleState()The current state for the Term version.static TermVersion.LifecycleStateTermVersion.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.BuilderTermVersion.Builder. lifecycleState(TermVersion.LifecycleState lifecycleState)The current state for the term version.TermVersionSummary.BuilderTermVersionSummary.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.
-