Uses of Class
com.oracle.bmc.fusionapps.model.MarketingBrand.LifecycleState
-
Packages that use MarketingBrand.LifecycleState Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.model com.oracle.bmc.fusionapps.requests -
-
Uses of MarketingBrand.LifecycleState in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps with parameters of type MarketingBrand.LifecycleState Modifier and Type Method Description Waiter<GetMarketingBrandRequest,GetMarketingBrandResponse>FusionApplicationsWaiters. forMarketingBrand(GetMarketingBrandRequest request, MarketingBrand.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetMarketingBrandRequest,GetMarketingBrandResponse>FusionApplicationsWaiters. forMarketingBrand(GetMarketingBrandRequest request, MarketingBrand.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetMarketingBrandRequest,GetMarketingBrandResponse>FusionApplicationsWaiters. forMarketingBrand(GetMarketingBrandRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MarketingBrand.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of MarketingBrand.LifecycleState in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return MarketingBrand.LifecycleState Modifier and Type Method Description static MarketingBrand.LifecycleStateMarketingBrand.LifecycleState. create(String key)MarketingBrand.LifecycleStateMarketingBrand. getLifecycleState()lifecycle state of marketing brandMarketingBrand.LifecycleStateMarketingBrandSummary. getLifecycleState()lifecycle state of marketing brandstatic MarketingBrand.LifecycleStateMarketingBrand.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static MarketingBrand.LifecycleState[]MarketingBrand.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fusionapps.model with parameters of type MarketingBrand.LifecycleState Modifier and Type Method Description MarketingBrand.BuilderMarketingBrand.Builder. lifecycleState(MarketingBrand.LifecycleState lifecycleState)lifecycle state of marketing brandMarketingBrandSummary.BuilderMarketingBrandSummary.Builder. lifecycleState(MarketingBrand.LifecycleState lifecycleState)lifecycle state of marketing brandConstructors in com.oracle.bmc.fusionapps.model with parameters of type MarketingBrand.LifecycleState Constructor Description MarketingBrand(String id, String name, MarketingBrand.LifecycleState lifecycleState, MarketingBrand.LifecycleDetails lifecycleDetails, String fusionEnvironmentId, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.MarketingBrandSummary(String id, String name, MarketingBrand.LifecycleState lifecycleState, MarketingBrand.LifecycleDetails lifecycleDetails, String fusionEnvironmentId, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of MarketingBrand.LifecycleState in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return MarketingBrand.LifecycleState Modifier and Type Method Description MarketingBrand.LifecycleStateListMarketingBrandsRequest. getLifecycleState()A filter that returns all resources that match the specified statusMethods in com.oracle.bmc.fusionapps.requests with parameters of type MarketingBrand.LifecycleState Modifier and Type Method Description ListMarketingBrandsRequest.BuilderListMarketingBrandsRequest.Builder. lifecycleState(MarketingBrand.LifecycleState lifecycleState)A filter that returns all resources that match the specified status
-