Package | Description |
---|---|
com.oracle.bmc.marketplaceprivateoffer | |
com.oracle.bmc.marketplaceprivateoffer.model | |
com.oracle.bmc.marketplaceprivateoffer.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetOfferRequest,GetOfferResponse> |
OfferWaiters.forOffer(GetOfferRequest request,
Offer.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetOfferRequest,GetOfferResponse> |
OfferWaiters.forOffer(GetOfferRequest request,
Offer.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetOfferRequest,GetOfferResponse> |
OfferWaiters.forOffer(GetOfferRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Offer.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Offer.LifecycleState |
Offer.LifecycleState.create(String key) |
Offer.LifecycleState |
Offer.getLifecycleState()
The current state of the Offer.
|
Offer.LifecycleState |
OfferSummary.getLifecycleState()
The current state of the Offer.
|
static Offer.LifecycleState |
Offer.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Offer.LifecycleState[] |
Offer.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Offer.Builder |
Offer.Builder.lifecycleState(Offer.LifecycleState lifecycleState)
The current state of the Offer.
|
OfferSummary.Builder |
OfferSummary.Builder.lifecycleState(Offer.LifecycleState lifecycleState)
The current state of the Offer.
|
Constructor and Description |
---|
Offer(String id,
String displayName,
String sellerCompartmentId,
String buyerCompartmentId,
String description,
Date timeStartDate,
String duration,
Date timeCreated,
Date timeUpdated,
Date timeAcceptBy,
Date timeAccepted,
Date timeOfferEnd,
Offer.LifecycleState lifecycleState,
String lifecycleDetails,
Offer.OfferStatus offerStatus,
PublisherSummary publisherSummary,
Pricing pricing,
BuyerInformation buyerInformation,
SellerInformation sellerInformation,
List<ResourceBundle> resourceBundles,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
OfferSummary(String id,
String displayName,
String buyerCompartmentId,
String sellerCompartmentId,
Date timeCreated,
Date timeUpdated,
Date timeAcceptBy,
Date timeAccepted,
Date timeStartDate,
Date timeOfferEnd,
Offer.LifecycleState lifecycleState,
String lifecycleDetails,
Offer.OfferStatus offerStatus,
BuyerInformation buyerInformation,
SellerInformation sellerInformation,
Pricing pricing,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Offer.LifecycleState |
ListOffersRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListOffersRequest.Builder |
ListOffersRequest.Builder.lifecycleState(Offer.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.