Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher | |
com.oracle.bmc.marketplacepublisher.model | |
com.oracle.bmc.marketplacepublisher.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetListingRequest,GetListingResponse> |
MarketplacePublisherWaiters.forListing(GetListingRequest request,
Listing.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetListingRequest,GetListingResponse> |
MarketplacePublisherWaiters.forListing(GetListingRequest request,
Listing.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetListingRequest,GetListingResponse> |
MarketplacePublisherWaiters.forListing(GetListingRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Listing.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Listing.LifecycleState |
Listing.LifecycleState.create(String key) |
Listing.LifecycleState |
ListingSummary.getLifecycleState()
The current state for the Listing.
|
Listing.LifecycleState |
Listing.getLifecycleState()
The current state of the Listing.
|
static Listing.LifecycleState |
Listing.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.
|
Modifier and Type | Method and Description |
---|---|
ListingSummary.Builder |
ListingSummary.Builder.lifecycleState(Listing.LifecycleState lifecycleState)
The current state for the Listing.
|
Listing.Builder |
Listing.Builder.lifecycleState(Listing.LifecycleState lifecycleState)
The current state of the Listing.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Listing.LifecycleState |
ListListingsRequest.getLifecycleState()
A filter to return only listings their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListListingsRequest.Builder |
ListListingsRequest.Builder.lifecycleState(Listing.LifecycleState lifecycleState)
A filter to return only listings their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.