Uses of Class
com.oracle.bmc.marketplacepublisher.model.Category.LifecycleState
- 
Packages that use Category.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model 
- 
- 
Uses of Category.LifecycleState in com.oracle.bmc.marketplacepublisherMethods in com.oracle.bmc.marketplacepublisher with parameters of type Category.LifecycleState Modifier and Type Method Description Waiter<GetCategoryRequest,GetCategoryResponse>MarketplacePublisherWaiters. forCategory(GetCategoryRequest request, Category.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetCategoryRequest,GetCategoryResponse>MarketplacePublisherWaiters. forCategory(GetCategoryRequest request, Category.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetCategoryRequest,GetCategoryResponse>MarketplacePublisherWaiters. forCategory(GetCategoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Category.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.
- 
Uses of Category.LifecycleState in com.oracle.bmc.marketplacepublisher.modelMethods in com.oracle.bmc.marketplacepublisher.model that return Category.LifecycleState Modifier and Type Method Description static Category.LifecycleStateCategory.LifecycleState. create(String key)Category.LifecycleStateCategory. getLifecycleState()The current state for the category.Category.LifecycleStateCategorySummary. getLifecycleState()The current state of the category.static Category.LifecycleStateCategory.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.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Category.LifecycleState Modifier and Type Method Description Category.BuilderCategory.Builder. lifecycleState(Category.LifecycleState lifecycleState)The current state for the category.CategorySummary.BuilderCategorySummary.Builder. lifecycleState(Category.LifecycleState lifecycleState)The current state of the category.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Category.LifecycleState Constructor 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.
 
-