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