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