Uses of Class
com.oracle.bmc.marketplacepublisher.model.Product.LifecycleState
-
Packages that use Product.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of Product.LifecycleState in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type Product.LifecycleState Modifier and Type Method Description Waiter<GetProductRequest,GetProductResponse>
MarketplacePublisherWaiters. forProduct(GetProductRequest request, Product.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProductRequest,GetProductResponse>
MarketplacePublisherWaiters. forProduct(GetProductRequest request, Product.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProductRequest,GetProductResponse>
MarketplacePublisherWaiters. forProduct(GetProductRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Product.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Product.LifecycleState in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Product.LifecycleState Modifier and Type Method Description static Product.LifecycleState
Product.LifecycleState. create(String key)
Product.LifecycleState
Product. getLifecycleState()
The current state for the product.Product.LifecycleState
ProductSummary. 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.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Product.LifecycleState Modifier and Type Method Description Product.Builder
Product.Builder. lifecycleState(Product.LifecycleState lifecycleState)
The current state for the product.ProductSummary.Builder
ProductSummary.Builder. lifecycleState(Product.LifecycleState lifecycleState)
The current state for the product.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Product.LifecycleState Constructor 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.
-