Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher | |
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetProductRequest,GetProductResponse> |
MarketplacePublisherWaiters.forProduct(GetProductRequest request,
Product.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProductRequest,GetProductResponse> |
MarketplacePublisherWaiters.forProduct(GetProductRequest request,
Product.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProductRequest,GetProductResponse> |
MarketplacePublisherWaiters.forProduct(GetProductRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Product.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Product.LifecycleState |
Product.LifecycleState.create(String key) |
Product.LifecycleState |
ProductSummary.getLifecycleState()
The current state for the product.
|
Product.LifecycleState |
Product.getLifecycleState()
The current state for the product.
|
static Product.LifecycleState |
Product.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Product.LifecycleState[] |
Product.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProductSummary.Builder |
ProductSummary.Builder.lifecycleState(Product.LifecycleState lifecycleState)
The current state for the product.
|
Product.Builder |
Product.Builder.lifecycleState(Product.LifecycleState lifecycleState)
The current state for the product.
|
Constructor and Description |
---|
Product(String name,
String code,
String productGroup,
Product.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
ProductSummary(String name,
String code,
String productGroup,
Product.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.