Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher | |
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMarketRequest,GetMarketResponse> |
MarketplacePublisherWaiters.forMarket(GetMarketRequest request,
Market.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMarketRequest,GetMarketResponse> |
MarketplacePublisherWaiters.forMarket(GetMarketRequest request,
Market.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMarketRequest,GetMarketResponse> |
MarketplacePublisherWaiters.forMarket(GetMarketRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Market.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Market.LifecycleState |
Market.LifecycleState.create(String key) |
Market.LifecycleState |
MarketSummary.getLifecycleState()
The current state for the market.
|
Market.LifecycleState |
Market.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.
|
Modifier and Type | Method and Description |
---|---|
MarketSummary.Builder |
MarketSummary.Builder.lifecycleState(Market.LifecycleState lifecycleState)
The current state for the market.
|
Market.Builder |
Market.Builder.lifecycleState(Market.LifecycleState lifecycleState)
The current state for the market.
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.