Uses of Class
com.oracle.bmc.marketplacepublisher.model.Listing.LifecycleState
-
Packages that use Listing.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of Listing.LifecycleState in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type Listing.LifecycleState Modifier and Type Method Description Waiter<GetListingRequest,GetListingResponse>MarketplacePublisherWaiters. forListing(GetListingRequest request, Listing.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetListingRequest,GetListingResponse>MarketplacePublisherWaiters. forListing(GetListingRequest request, Listing.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetListingRequest,GetListingResponse>MarketplacePublisherWaiters. forListing(GetListingRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Listing.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of Listing.LifecycleState in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Listing.LifecycleState Modifier and Type Method Description static Listing.LifecycleStateListing.LifecycleState. create(String key)Listing.LifecycleStateListing. getLifecycleState()The current state of the Listing.Listing.LifecycleStateListingSummary. getLifecycleState()The current state for the Listing.static Listing.LifecycleStateListing.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Listing.LifecycleState[]Listing.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 Listing.LifecycleState Modifier and Type Method Description Listing.BuilderListing.Builder. lifecycleState(Listing.LifecycleState lifecycleState)The current state of the Listing.ListingSummary.BuilderListingSummary.Builder. lifecycleState(Listing.LifecycleState lifecycleState)The current state for the Listing.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Listing.LifecycleState Constructor Description Listing(String id, String compartmentId, String publisherId, ListingType listingType, String name, PackageType packageType, Map<String,String> extendedMetadata, Listing.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ListingSummary(String id, String compartmentId, ListingType listingType, String name, Listing.LifecycleState lifecycleState, PackageType packageType, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of Listing.LifecycleState in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return Listing.LifecycleState Modifier and Type Method Description Listing.LifecycleStateListListingsRequest. getLifecycleState()A filter to return only listings their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type Listing.LifecycleState Modifier and Type Method Description ListListingsRequest.BuilderListListingsRequest.Builder. lifecycleState(Listing.LifecycleState lifecycleState)A filter to return only listings their lifecycleState matches the given lifecycleState.
-