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 newWaiter
using the default configuration.Waiter<GetMarketRequest,GetMarketResponse>
MarketplacePublisherWaiters. forMarket(GetMarketRequest request, Market.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMarketRequest,GetMarketResponse>
MarketplacePublisherWaiters. forMarket(GetMarketRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Market.LifecycleState... targetStates)
Creates a newWaiter
using 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.LifecycleState
Market.LifecycleState. create(String key)
Market.LifecycleState
Market. getLifecycleState()
The current state for the market.Market.LifecycleState
MarketSummary. getLifecycleState()
The current state for the market.static Market.LifecycleState
Market.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.Builder
Market.Builder. lifecycleState(Market.LifecycleState lifecycleState)
The current state for the market.MarketSummary.Builder
MarketSummary.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.
-