Uses of Class
com.oracle.bmc.marketplacepublisher.model.Market.LifecycleState
-
Packages that use Market.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of Market.LifecycleState in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type Market.LifecycleState Modifier and Type Method Description Waiter<GetMarketRequest,GetMarketResponse>MarketplacePublisherWaiters. forMarket(GetMarketRequest request, Market.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetMarketRequest,GetMarketResponse>MarketplacePublisherWaiters. forMarket(GetMarketRequest request, Market.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetMarketRequest,GetMarketResponse>MarketplacePublisherWaiters. forMarket(GetMarketRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Market.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of Market.LifecycleState in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Market.LifecycleState Modifier and Type Method Description static Market.LifecycleStateMarket.LifecycleState. create(String key)Market.LifecycleStateMarket. getLifecycleState()The current state for the market.Market.LifecycleStateMarketSummary. getLifecycleState()The current state for the market.static Market.LifecycleStateMarket.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Market.LifecycleState[]Market.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 Market.LifecycleState Modifier and Type Method Description Market.BuilderMarket.Builder. lifecycleState(Market.LifecycleState lifecycleState)The current state for the market.MarketSummary.BuilderMarketSummary.Builder. lifecycleState(Market.LifecycleState lifecycleState)The current state for the market.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Market.LifecycleState Constructor Description Market(String name, String code, String categoryCode, String realmCode, List<String> billToCountries, Market.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)Deprecated.MarketSummary(String name, String code, String categoryCode, List<String> billToCountries, Market.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)Deprecated.
-